GKMatchSendDataMode 열거형
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
데이터 전송이 안정성을 위해 속도를 절상할 수 있도록 하는 열거형입니다.
[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 | 빠르지만 도착 보장되지 않으며 순서대로 도착할 수 있습니다. |