BluetoothClassOfDevice.FromRawValue(UInt32) 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 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
|