31 return sizeof(this->m_bufferData);
34 FwSizeType ParamBuffer::getBuffCapacity()
const {
39 return this->m_bufferData;
43 return this->m_bufferData;
Serialization/Deserialization operation was successful.
U8 * getBuffAddr()
Get buffer address for data filling (non-const version)
FwSizeType getCapacity() const
Get buffer capacity.
PlatformSizeType FwSizeType
ParamBuffer & operator=(const ParamBuffer &other)
Serializable::SizeType getSize() const override
Get current buffer size.
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
Implementation of malloc based allocator.