Compartilhar via


BluetoothClassOfDevice.FromRawValue(UInt32) Método

Definição

Cria um objeto BluetoothClassOfDevice com base em um valor inteiro bruto que representa as Funcionalidades de Classe Principal, Classe Secundária e Serviço do dispositivo.

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

Parâmetros

rawValue
UInt32

unsigned int

uint32_t

O valor inteiro bruto do qual criar o objeto BluetoothClassOfDevice.

Retornos

Um objeto BluetoothClassOfDevice.

Requisitos do Windows

Funcionalidades do aplicativo
bluetooth

Aplica-se a