BluetoothClassOfDevice.FromRawValue(UInt32) Method

Definition

Creates a BluetoothClassOfDevice object from a raw integer value representing the Major Class, Minor Class and Service Capabilities of the device.

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

Parameters

rawValue
UInt32

unsigned int

uint32_t

The raw integer value from which to create the BluetoothClassOfDevice object.

Returns

A BluetoothClassOfDevice object.

Windows requirements

App capabilities
bluetooth

Applies to