Serial Framework C++ Edition

◆ HalSetReadBufferSize()

virtual int HalSetReadBufferSize ( const unsigned long  Size)
protectedpure virtual

Sets the read buffer size.

Parameters
SizeThe new read buffer size in bytes.
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 the buffer size setting code.