Bluetooth Framework C++ Edition

◆ HalPinReply()

virtual int HalPinReply ( const __int64  Address,
const tstring Pin 
)
protectedpure virtual

Implements a hardware-dependent code to reply for a PIN request event.

Parameters
AddressThe remote Bluetooth device's MAC address.
PinA PIN code provided by an application.
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.