31 return sizeof(this->m_bufferData);
34 FwSizeType CmdArgBuffer::getBuffCapacity()
const {
39 return this->m_bufferData;
43 return this->m_bufferData;
Serialization/Deserialization operation was successful.
PlatformSizeType FwSizeType
virtual ~CmdArgBuffer()
destructor
Serializable::SizeType getSize() const override
Get current buffer size.
U8 * getBuffAddr()
return address of buffer (non const version)
FwSizeType getCapacity() const
return capacity of buffer (how much it can hold)
SerializeStatus
forward declaration for string
SerializeStatus setBuff(const U8 *src, Serializable::SizeType length) override
Set buffer contents from external source.
uint8_t U8
8-bit unsigned integer
CmdArgBuffer()
default constructor
CmdArgBuffer & operator=(const CmdArgBuffer &other)
Equal operator.
Implementation of malloc based allocator.