Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
enum
typedef NS_ENUM(NSInteger, MCDRemoteSystemPlatform)
Contains values that describe the OS platform that a remote system is running on.
Fields
| Name | Value | Description |
|---|---|---|
| MCDRemoteSystemPlatformUnknown | 0 | The platform is unknown. |
| MCDRemoteSystemPlatformWindows | 1 | Windows OS. |
| MCDRemoteSystemPlatformAndroid | 2 | Android OS. |
| MCDRemoteSystemPlatformIOS | 3 | iOS. |
| MCDRemoteSystemPlatformLinux | 4 | Linux OS. |