Partager via


RfcommDeviceService.MaxProtectionLevel Propriété

Définition

Obtient le nombre maximal de SocketProtectionLevel pris en charge par ce service RFCOMM instance.

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

Valeur de propriété

SocketProtectionLevel maximal du service RFCOMM instance. Ce niveau peut être passé à StreamSocket.ConnectAsync pour mettre à niveau le niveau de protection des liens RFCOMM.

Configuration requise pour Windows

Fonctionnalités de l’application
bluetooth

S’applique à