Freigeben über


MCSessionSendDataMode Enumeration

Definition

Eine Enumeration, deren Werte angeben, ob die Übermittlung einer Nachricht garantiert ist. Wird mit SendData(NSData, MCPeerID[], MCSessionSendDataMode, NSError) verwendet.

[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 = 
Vererbung
MCSessionSendDataMode
Attribute

Felder

Reliable 0

Gibt die garantierte Zustellung an.

Unreliable 1

Gibt eine nicht garantierte Zustellung an.

Gilt für: