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.
Fork of pymite by
PmBytearray_s Struct Reference
Bytearray obj. More...
#include <bytearray.h>
Data Fields | |
| PmObjDesc_t | od |
| Object descriptor. | |
| uint16_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 44 of file bytearray.h.
Field Documentation
| uint16_t length |
Bytearray length; logical number of bytes.
Definition at line 50 of file bytearray.h.
Object descriptor.
Definition at line 47 of file bytearray.h.
Ptr to bytes container (may hold more bytes than length)
Definition at line 53 of file bytearray.h.
Generated on Tue Jul 12 2022 21:25:47 by
1.7.2
