RfcommConnectionTrigger.InboundConnection 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 RfcommInboundConnectionInformation 物件,描述系統如何代表應用程式公告和接聽輸入連線。
public:
property RfcommInboundConnectionInformation ^ InboundConnection { RfcommInboundConnectionInformation ^ get(); };
RfcommInboundConnectionInformation InboundConnection();
public RfcommInboundConnectionInformation InboundConnection { get; }
var rfcommInboundConnectionInformation = rfcommConnectionTrigger.inboundConnection;
Public ReadOnly Property InboundConnection As RfcommInboundConnectionInformation
屬性值
RfcommInboundConnectionInformation物件,描述系統如何代表應用程式公告和接聽輸入連線。 預設值是 null。
備註
如果此屬性為 Null,系統將不會接聽連入連線。
至少有一個 InboundConnection 和 OutboundConnection 屬性必須是非 Null。