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。