Serial Framework C++ Edition

◆ HalCreateClient()

virtual CwclServerClientConnection * HalCreateClient ( )
protectedpure virtual

The method creates a hardware and transport-dependent client connection.

Returns
If the method success the return value is the object represents the client connection. Otherwise the method returns NULL.

A derived class must override this method to create a custom HAL server client connection.

See also
CwclServerClientConnection