TwclIrDAServerClientConnection.HalCommunicate(THandle) Method

Implements a hardware-dependent code that communicate with the connected remote device.

Namespace: wclIrDAServers
protected
 function HalCommunicate(const Event: THandle): Integer; override;

Parameters

Event
Type: THandle

The system even object handle (disconnect event).

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.

Overrides

TwclServerClientConnection.HalCommunicate(THandle)