Compartir a través de


BluetoothLEAppearance.FromRawValue(UInt16) Método

Definición

Crea un objeto BluetoothLEAppearance proporcionando valores enteros sin formato que representan la categoría y subcategoría 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

Parámetros

rawValue
UInt16

unsigned short

uint16_t

Valor entero sin formato que representa la categoría de apariencia y la subcategoría.

Devoluciones

Objeto de apariencia Bluetooth LE que se creó a partir de la categoría de apariencia y subcategoría.

Requisitos de Windows

Características de aplicaciones
bluetooth

Se aplica a