共用方式為


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

快速,但無法保證送達,而且可能會依序送達。

適用於

另請參閱