GKMatchSendDataMode 枚举

定义

允许数据传输以速度换取可靠性的枚举。

[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.None, null)]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.None, null)]
public enum GKMatchSendDataMode
[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 GKMatchSendDataMode
type GKMatchSendDataMode = 
继承
GKMatchSendDataMode
属性

字段

Reliable 0

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

Unreliable 1

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

适用于