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。