Click or drag to resize

wclBluetoothRadioEnumConnectedDevices Method

The method enumerates connected devices.

Namespace: wclBluetooth
Assembly: wclBluetoothFramework (in wclBluetoothFramework.dll) Version: 7.17.12.0 (7.17.12.0)
Syntax
public int EnumConnectedDevices(
	out long[] Devices
)

Parameters

Devices  Int64
On output the dynamic array will be filled with connected devices MACs. A caller is responsible to free the memory allocated (if was) for this parameter.

Return Value

Int32
If the function succeed the return value is WCL_E_SUCCESS. Otherwise the method returns one of the WCL error codes.
See Also