MiracastReceiverStatus.MaxSimultaneousConnections 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.
Specifies the maximum number of simultaneous connections that the Miracast Receiver can handle.
public:
property int MaxSimultaneousConnections { int get(); };
int MaxSimultaneousConnections();
public int MaxSimultaneousConnections { get; }
var int32 = miracastReceiverStatus.maxSimultaneousConnections;
Public ReadOnly Property MaxSimultaneousConnections As Integer
Property Value
int
The maximum number of simultaneous connections that the Miracast Receiver can handle.
Remarks
The value of this property is hardware-dependent. If the property value is greater than 1, use to MiracastReceiverSession.MaxSimultaneousConnections to control the maximum number of simultaneous connections for a given MiracastReceiverSession.