TwclBluetoothRadio.HalDestroyComPort(Word) Method

Destroys the virtual COM port.

Namespace: wclBluetooth
protected
 function HalDestroyComPort(const Number: Word): Integer; virtual; abstract;

Parameters

Number
Type: Word

The virtual COM port 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 information about supported Bluetooth driver (API).