MCSessionSendDataMode Enum

Definition

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

Reliable 0

Indicates guaranteed delivery.

Unreliable 1

Indicates non-guaranteed delivery.

Applies to