Share via


BluetoothLEAppearance.FromRawValue(UInt16) Metodo

Definizione

Crea un oggetto BluetoothLEAppearance specificando i valori integer non elaborati che rappresentano la categoria e la sottocategoria del dispositivo Bluetooth LE.

public:
 static BluetoothLEAppearance ^ FromRawValue(unsigned short rawValue);
 static BluetoothLEAppearance FromRawValue(uint16_t const& rawValue);
public static BluetoothLEAppearance FromRawValue(ushort rawValue);
function fromRawValue(rawValue)
Public Shared Function FromRawValue (rawValue As UShort) As BluetoothLEAppearance

Parametri

rawValue
UInt16

unsigned short

uint16_t

Valore intero non elaborato che rappresenta la categoria di aspetto e la sottocategoria.

Restituisce

Oggetto aspetto Bluetooth LE creato dalla categoria di aspetto e dalla sottocategoria.

Requisiti Windows

Funzionalità dell'app
bluetooth

Si applica a