Edit

Share via


enum MCDRemoteSystemPlatform

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.