RfcommConnectionTrigger.InboundConnection Propriété

Définition

Obtient ou définit l’objet RfcommInboundConnectionInformation qui décrit comment le système publiera et écoutera les connexions entrantes pour le compte de l’application.

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

Valeur de propriété

Objet RfcommInboundConnectionInformation qui décrit comment le système publiera et écoutera les connexions entrantes pour le compte de l’application. La valeur par défaut est null.

Remarques

Si cette propriété a la valeur Null, le système n’écoute pas les connexions entrantes.

Au moins l’une des propriétés InboundConnection et OutboundConnection doit être non null.

S’applique à