RfcommConnectionTrigger.InboundConnection Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.