次の方法で共有


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

高速ですが、到着する保証はなく、順に到着する可能性があります。

適用対象