RfcommConnectionTrigger.OutboundConnection 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.
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.