共用方式為


RfcommConnectionTrigger.InboundConnection 屬性

定義

取得或設定 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。

適用於