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。

适用于