GKMatchSendDataMode Enum

Definition

An enumeration that allows data transmission to trade off speed for reliability.

[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 = 
Inheritance
GKMatchSendDataMode
Attributes

Fields

Reliable 0

Slower, but rebroadcast until received. Reliable data is guaranteed to arrive in order of transmission.

Unreliable 1

Fast, but not guaranteed to arrive and may arrive out of order.

Applies to