12 #ifndef FW_CMD_ARG_BUFFER_HPP 13 #define FW_CMD_ARG_BUFFER_HPP PlatformSizeType FwSizeType
virtual ~CmdArgBuffer()
destructor
U8 * getBuffAddr()
return address of buffer (non const version)
size when serialized. Buffer + size of buffer
FwSizeType getCapacity() const
return capacity of buffer (how much it can hold)
DEPRECATED(FwSizeType getBuffCapacity() const, "Use getCapacity() instead")
Definitions for ISF type serial IDs.
uint8_t U8
8-bit unsigned integer
CmdArgBuffer()
default constructor
CmdArgBuffer & operator=(const CmdArgBuffer &other)
Equal operator.
Implementation of malloc based allocator.