Bluetooth Framework C++ Edition

◆ DoNumericComparison()

virtual void DoNumericComparison ( CwclBluetoothRadio *const  Radio,
const __int64  Address,
const unsigned long  Number,
bool &  Confirm 
)
protectedvirtual

Fires the OnNumericComparison event.

Parameters
RadioA CwclBluetoothRadio object represents a Bluetooth driver that fired the event.
AddressA remote device's MAC address.
NumberA number sent by a remote device to display and compare.
ConfirmAn application must set this parameter to True to confirm pairing. Set it to False to reject pairing.
See also
CwclBluetoothRadio