PmBytearray_s Struct Reference
Bytearray obj. More...
#include <bytearray.h>
Data Fields | |
| PmObjDesc_t | od |
| Object descriptor. | |
| int16_t | length |
| Bytearray length; logical number of bytes. | |
| pPmBytes_t | val |
| Ptr to bytes container (may hold more bytes than length) | |
Detailed Description
Bytearray obj.
Mutable ordered sequence of bytes. Contains ptr to chunk of bytes.
Definition at line 51 of file bytearray.h.
Field Documentation
| int16_t length |
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.
Generated on Tue Jul 12 2022 17:07:02 by
1.7.2