Share via


RfcommConnectionTrigger.OutboundConnection Property

Definition

Gets or sets the RfcommOutboundConnectionInformation object that describes how the system will create outgoing connections on behalf of the app.

public:
 property RfcommOutboundConnectionInformation ^ OutboundConnection { RfcommOutboundConnectionInformation ^ get(); };
RfcommOutboundConnectionInformation OutboundConnection();
public RfcommOutboundConnectionInformation OutboundConnection { get; }
var rfcommOutboundConnectionInformation = rfcommConnectionTrigger.outboundConnection;
Public ReadOnly Property OutboundConnection As RfcommOutboundConnectionInformation

Property Value

The RfcommOutboundConnectionInformation object that describes how the system will create outgoing connections on behalf of the app. The default is null.

Remarks

If this property is null, the system will not create outgoing connections.

At least one of the InboundConnection and OutboundConnection properties must be non-null.

Applies to