枚举 MCDRemoteSystemPlatform

typedef NS_ENUM(NSInteger, MCDRemoteSystemPlatform)

包含描述远程系统运行的 OS 平台的值。

字段

名称 说明
MCDRemoteSystemPlatformUnknown 0 平台未知。
MCDRemoteSystemPlatformWindows 1 Windows OS。
MCDRemoteSystemPlatformAndroid 2 Android OS。
MCDRemoteSystemPlatformIOS 3 iOS。
MCDRemoteSystemPlatformLinux 4 Linux OS。