MCSessionSendDataMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An enumeration whose values specify whether a message's delivery is guaranteed. Used with SendData(NSData, MCPeerID[], MCSessionSendDataMode, NSError).
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public enum MCSessionSendDataMode
type MCSessionSendDataMode =
- Inheritance
-
MCSessionSendDataMode
- Attributes
Fields
Name | Value | Description |
---|---|---|
Reliable | 0 | Indicates guaranteed delivery. |
Unreliable | 1 | Indicates non-guaranteed delivery. |