Navigation
| Name | TargetDeviceServices |
| Type | Developer |
| Location | /Engine/Source/Developer/TargetDeviceServices/ |
| Module Build Rules | TargetDeviceServices.Build.cs |
Structs
| Name | Remarks |
|---|---|
| FTargetDeviceClaimDenied | Device claiming messages Implements a message that is sent when a device is already claimed by someone else. |
| FTargetDeviceClaimed | Implements a message that is sent when a service claimed a device. |
| FTargetDeviceServicePing | Device discovery messages Implements a message for discovering target device services on the network. |
| FTargetDeviceServicePong | Implements a message that is sent in response to target device service discovery messages. |
| FTargetDeviceServicePowerOff | Miscellaneous messages Implements a message for powering on a target device. |
| FTargetDeviceServicePowerOn | Implements a message for powering on a target device. |
| FTargetDeviceServiceReboot | Implements a message for rebooting a target device. |
| FTargetDeviceServiceTerminateLaunchedProcess | Application terminate process messages Implements a message for terminating an application running on the device. |
| FTargetDeviceUnclaimed | Implements a message that is sent when a device is no longer claimed. |
| FTargetDeviceVariant | Struct for a flavor's information |
Interfaces
| Name | Remarks |
|---|---|
| ITargetDeviceProxy | Interface for target device proxies. |
| ITargetDeviceProxyManager | Interface for device proxy managers. |
| ITargetDeviceService | Interface for target device services. |
| ITargetDeviceServiceManager | Interface for target device service managers. |
| ITargetDeviceServicesModule | Interface for target device services modules. |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| ITargetDeviceServicePtr | TSharedPtr< class ITargetDeviceService, ESPMode::ThreadSafe > | Type definition for shared pointers to instances of ITargetDeviceService. | ITargetDeviceService.h |
| ITargetDeviceServiceRef | TSharedRef< class ITargetDeviceService, ESPMode::ThreadSafe > | Type definition for shared references to instances of ITargetDeviceService. | ITargetDeviceService.h |