RfcommDeviceService.MaxProtectionLevel 属性

定义

获取此 RFCOMM 服务实例支持的最大 SocketProtectionLevel。

public:
 property SocketProtectionLevel MaxProtectionLevel { SocketProtectionLevel get(); };
SocketProtectionLevel MaxProtectionLevel();
public SocketProtectionLevel MaxProtectionLevel { get; }
var socketProtectionLevel = rfcommDeviceService.maxProtectionLevel;
Public ReadOnly Property MaxProtectionLevel As SocketProtectionLevel

属性值

RFCOMM 服务实例的最大 SocketProtectionLevel。 此级别可以传递给 StreamSocket.ConnectAsync 以升级 RFCOMM 链接保护级别。

Windows 要求

应用功能
bluetooth

适用于