RfcommConnectionTrigger.OutboundConnection 属性

定义

获取或设置 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。

适用于