Freigeben über


RfcommConnectionTrigger.InboundConnection Eigenschaft

Definition

Ruft das RfcommInboundConnectionInformation-Objekt ab, das beschreibt, wie das System eingehende Verbindungen im Namen der App ankünbt und lauscht, oder legt es fest.

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

Eigenschaftswert

Das RfcommInboundConnectionInformation-Objekt , das beschreibt, wie das System eingehende Verbindungen im Auftrag der App ankünbt und lauscht. Der Standardwert ist NULL.

Hinweise

Wenn diese Eigenschaft NULL ist, lauscht das System nicht auf eingehende Verbindungen.

Mindestens eine der Eigenschaften InboundConnection und OutboundConnection muss ungleich NULL sein.

Gilt für: