RfcommConnectionTrigger.InboundConnection Property

Definition

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.

Applies to