Partager via


BluetoothClassOfDevice.FromRawValue(UInt32) Méthode

Définition

Crée un objet BluetoothClassOfDevice à partir d’une valeur entière brute représentant la classe principale, la classe mineure et les fonctionnalités de service de l’appareil.

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

Paramètres

rawValue
UInt32

unsigned int

uint32_t

Valeur entière brute à partir de laquelle créer l’objet BluetoothClassOfDevice.

Retours

Objet BluetoothClassOfDevice.

Configuration requise pour Windows

Fonctionnalités de l’application
bluetooth

S’applique à