Bluetooth Framework C++ Edition

◆ HalGetRemoteCod()

virtual int HalGetRemoteCod ( const __int64  Address,
unsigned long &  Cod 
)
protectedpure virtual

Implements a hardware-dependent code for reading a remote device COD (Class Of Device).

Parameters
AddressA remote Bluetooth enabled device's MAC address.
CodOn output a remote device's COD.
Returns
If the function succeed the return value is WCL_E_SUCCESS. Otherwise the method returns one of the WCL error codes.

A derived class must override this method to provide a driver-dependent code.