RfcommConnectionTrigger.OutboundConnection Proprietà

Definizione

Ottiene o imposta l'oggetto RfcommOutboundConnectionInformation che descrive come il sistema creerà connessioni in uscita per conto dell'app.

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

Valore della proprietà

Oggetto RfcommOutboundConnectionInformation che descrive come il sistema creerà connessioni in uscita per conto dell'app. Il valore predefinito è Null.

Commenti

Se questa proprietà è Null, il sistema non creerà connessioni in uscita.

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

Si applica a