Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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
