Compartir a través de


BluetoothClassOfDevice.FromRawValue(UInt32) Método

Definición

Crea un objeto BluetoothClassOfDevice a partir de un valor entero sin procesar que representa las funcionalidades de clase principal, clase secundaria y servicio del dispositivo.

public:
 static BluetoothClassOfDevice ^ FromRawValue(unsigned int rawValue);
 static BluetoothClassOfDevice FromRawValue(uint32_t const& rawValue);
public static BluetoothClassOfDevice FromRawValue(uint rawValue);
function fromRawValue(rawValue)
Public Shared Function FromRawValue (rawValue As UInteger) As BluetoothClassOfDevice

Parámetros

rawValue
UInt32

unsigned int

uint32_t

Valor entero sin formato del que se va a crear el objeto BluetoothClassOfDevice.

Devoluciones

Objeto BluetoothClassOfDevice.

Requisitos de Windows

Características de aplicaciones
bluetooth

Se aplica a