RfcommConnectionTrigger.InboundConnection 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 RfcommInboundConnectionInformation object that describes how the system will advertise and listen for inbound connections on behalf of the app.
public:
property RfcommInboundConnectionInformation ^ InboundConnection { RfcommInboundConnectionInformation ^ get(); };
RfcommInboundConnectionInformation InboundConnection();
public RfcommInboundConnectionInformation InboundConnection { get; }
var rfcommInboundConnectionInformation = rfcommConnectionTrigger.inboundConnection;
Public ReadOnly Property InboundConnection As RfcommInboundConnectionInformation
Property Value
The RfcommInboundConnectionInformation object that describes how the system will advertise and listen for inbound connections on behalf of the app. The default is null.
Remarks
If this property is null, the system will not listen for incoming connections.
At least one of the InboundConnection and OutboundConnection properties must be non-null.