Condividi tramite


GKMatchSendDataMode Enumerazione

Definizione

Enumerazione che consente alla trasmissione dei dati di disattivare la velocità per l'affidabilità.

[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 = 
Ereditarietà
GKMatchSendDataMode
Attributi

Campi

Reliable 0

Più lento, ma rebroadcast fino alla ricezione. I dati affidabili sono garantiti per l'arrivo in ordine di trasmissione.

Unreliable 1

Veloce, ma non garantito di arrivare e potrebbe arrivare fuori ordine.

Si applica a