GKSendDataMode 枚举

定义

允许数据传输以速度与可靠性为代价的枚举。

[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.None, null)]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.None, null)]
public enum GKSendDataMode
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.None, null)]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.None, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 8, ObjCRuntime.PlatformArchitecture.All, null)]
public enum GKSendDataMode
type GKSendDataMode = 
继承
GKSendDataMode
属性

字段

Reliable 0

速度较慢,但重新广播,直到收到。 保证可靠数据按传输顺序到达。

Unreliable 1

快速,但不保证到达,可能会无序到达。

适用于

另请参阅