Freigeben über


RfcommConnectionTrigger.OutboundConnection Eigenschaft

Definition

Ruft das RfcommOutboundConnectionInformation-Objekt ab, das beschreibt, wie das System ausgehende Verbindungen im Namen der App erstellt, oder legt es fest.

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

Eigenschaftswert

Das RfcommOutboundConnectionInformation-Objekt , das beschreibt, wie das System ausgehende Verbindungen im Namen der App erstellt. Der Standardwert ist NULL.

Hinweise

Wenn diese Eigenschaft NULL ist, erstellt das System keine ausgehenden Verbindungen.

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

Gilt für: