MCSession.ConnectedPeers Property

Definition

An array of the currently connected devices.

public virtual MultipeerConnectivity.MCPeerID[] ConnectedPeers { [Foundation.Export("connectedPeers")] get; }
member this.ConnectedPeers : MultipeerConnectivity.MCPeerID[]

Property Value

The array will be non-null, but of length 0, if no peers are connected.

Attributes

Applies to