Serial Framework C++ Edition

◆ HalGetWriteBufferSize()

virtual int HalGetWriteBufferSize ( unsigned long &  Size)
protectedpure virtual

Reads the write buffer size.

Parameters
SizeOn output the write 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 reading code.