Serial Framework C++ Edition

◆ HalListen()

virtual int HalListen ( const HANDLE  Event)
protectedpure virtual

Implements a hardware-dependent method for listening the client connections.

Parameters
EventThe termination event handle.
Returns
If the function succeed the return value is WCL_E_SUCCESS. Otherwise the method returns one of the WCL error codes.

A derived class must override this method to implement a hardware-dependent code for listening for incoming connections.