RfcommConnectionTrigger.AllowMultipleConnections Property

Definition

Gets or sets whether the app wants to handle multiple connections at a time.

public:
 property bool AllowMultipleConnections { bool get(); void set(bool value); };
bool AllowMultipleConnections();

void AllowMultipleConnections(bool value);
public bool AllowMultipleConnections { get; set; }
var boolean = rfcommConnectionTrigger.allowMultipleConnections;
rfcommConnectionTrigger.allowMultipleConnections = boolean;
Public Property AllowMultipleConnections As Boolean

Property Value

Boolean

bool

True if the app wants to handle multiple connections at a time; Otherwise False. The default is False.

Applies to