TwclBluetoothManager.DoPinRequest(TwclBluetoothRadio,Int64,string) Method

Fires the OnPinRequest event.

Namespace: wclBluetooth
protected
 procedure DoPinRequest(const Radio: TwclBluetoothRadio;
 const Address: Int64; var Pin: string); virtual;

Parameters

Radio
Type: TwclBluetoothRadio

A TwclBluetoothRadio object represents a Bluetooth driver that fired the event.

Address
Type: Int64

A remote device's MAC address.

Pin
Type: string

A PIN code provided by an application.