共用方式為


RfcommConnectionTrigger.OutboundConnection 屬性

定義

取得或設定 RfcommOutboundConnectionInformation 物件,描述系統如何代表應用程式建立傳出連線。

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

屬性值

RfcommOutboundConnectionInformation物件,描述系統如何代表應用程式建立傳出連線。 預設值是 null。

備註

如果此屬性為 Null,系統將不會建立連出連線。

至少有一個 InboundConnection 和 OutboundConnection 屬性必須是非 Null。

適用於