RfcommConnectionTrigger.OutboundConnection 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 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。