#include <bytearray.h>
Public Attributes | |
PmObjDesc_t | od |
int16_t | length |
pPmBytes_t | val |
Mutable ordered sequence of bytes. Contains ptr to chunk of bytes.
Definition at line 51 of file bytearray.h.
Bytearray length; logical number of bytes
Definition at line 57 of file bytearray.h.
Object descriptor
Definition at line 54 of file bytearray.h.
Ptr to bytes container (may hold more bytes than length)
Definition at line 60 of file bytearray.h.