TwclBluetoothRadio.HalGetLmpVersion(Byte,Word) Method

Implements a hardware-dependent code to reading the LMP version of the local Radio module.

Namespace: wclBluetooth
protected
 function HalGetLmpVersion(out Version: Byte;
 out Subversion: Word): Integer; virtual; abstract;

Parameters

Version
Type: Byte

On output the LMP version number.

Subversion
Type: Word

On output the LMP subversion number.

Return Value

Type: Integer

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

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