MCSession.ConnectedPeers Property
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 array of the currently connected devices.
public virtual MultipeerConnectivity.MCPeerID[] ConnectedPeers { [Foundation.Export("connectedPeers")] get; }
member this.ConnectedPeers : MultipeerConnectivity.MCPeerID[]
Property Value
MCPeerID[]
The array will be non-null, but of length 0, if no peers are connected.
- Attributes