RfcommConnectionTrigger.InboundConnection Proprietà

Definizione

Ottiene o imposta l'oggetto RfcommInboundConnectionInformation che descrive come il sistema annuncierà e ascolterà le connessioni in ingresso per conto dell'app.

public:
 property RfcommInboundConnectionInformation ^ InboundConnection { RfcommInboundConnectionInformation ^ get(); };
RfcommInboundConnectionInformation InboundConnection();
public RfcommInboundConnectionInformation InboundConnection { get; }
var rfcommInboundConnectionInformation = rfcommConnectionTrigger.inboundConnection;
Public ReadOnly Property InboundConnection As RfcommInboundConnectionInformation

Valore della proprietà

L'oggetto RfcommInboundConnectionInformation che descrive come il sistema pubblicizza e ascolterà le connessioni in ingresso per conto dell'app. Il valore predefinito è Null.

Commenti

Se questa proprietà è Null, il sistema non ascolterà le connessioni in ingresso.

Almeno una delle proprietà InboundConnection e OutboundConnection deve essere non null.

Si applica a