Share via


RfcommDeviceService.MaxProtectionLevel Propiedad

Definición

Obtiene el valor máximo de SocketProtectionLevel admitido por esta instancia de servicio RFCOMM.

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

Valor de propiedad

SocketProtectionLevel máximo de la instancia de servicio RFCOMM. Este nivel se puede pasar a StreamSocket.ConnectAsync para actualizar el nivel de protección del vínculo RFCOMM.

Requisitos de Windows

Características de aplicaciones
bluetooth

Se aplica a