12 #ifndef FW_CMD_ARG_BUFFER_HPP 13 #define FW_CMD_ARG_BUFFER_HPP PlatformSizeType FwSizeType
virtual ~CmdArgBuffer()
destructor
size when serialized. Buffer + size of buffer
U8 * getBuffAddr()
return address of buffer (non const version)
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.