Click or drag to resize

wclBluetoothRadioGetManufacturer Method

Reads the Bluetooth Radio manufacturer ID.

Namespace: wclBluetooth
Assembly: wclBluetoothFramework (in wclBluetoothFramework.dll) Version: 7.17.12.0 (7.17.12.0)
Syntax
public int GetManufacturer(
	out ushort Manu
)

Parameters

Manu  UInt16
On output the manufacturer ID.

Return Value

Int32
If the function succeed the return value is WCL_E_SUCCESS. Otherwise the method returns one of the WCL error codes.
Remarks
The full list of the manufacturers ID can be found on the Bluetooth SIG website by this link https://www.bluetooth.com/specifications/assigned-numbers/company-Identifiers
See Also