Condividi tramite


BluetoothClassOfDevice.FromRawValue(UInt32) Metodo

Definizione

Crea un oggetto BluetoothClassOfDevice da un valore intero non elaborato che rappresenta la classe principale, la classe secondaria e le funzionalità del servizio 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

Parametri

rawValue
UInt32

unsigned int

uint32_t

Valore intero non elaborato da cui creare l'oggetto BluetoothClassOfDevice.

Restituisce

Oggetto BluetoothClassOfDevice.

Requisiti Windows

Funzionalità dell'app
bluetooth

Si applica a