BluetoothLEAppearance.FromRawValue(UInt16) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a BluetoothLEAppearance object by supplying for raw integer values representing the Category and Subcategory of the Bluetooth LE device.
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
Parameters
- rawValue
-
UInt16
unsigned short
uint16_t
The raw integer value representing the appearance category and subcategory.
Returns
The Bluetooth LE appearance object that was created from the appearance category and subcategory.
Windows requirements
App capabilities |
bluetooth
|