IrDA Framework C++ Edition

◆ HalCommunicate()

virtual int HalCommunicate ( const HANDLE  Event)
overrideprotectedvirtual

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

Parameters
EventThe system even object handle (disconnect event).
Returns
If the function succeed the return value is WCL_E_SUCCESS. Otherwise the method returns one of the WCL error codes.

Reimplemented from CwclServerClientConnection.