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.
PmBytes_s Struct Reference
Bytes container. More...
#include <bytearray.h>
Data Fields | |
| PmObjDesc_t | od |
| Object descriptor. | |
| uint16_t | length |
| Physical number of bytes in the C array (below) | |
| uint8_t | val [1] |
| C array of bytes. | |
Detailed Description
Bytes container.
Holds actual byte payload
Definition at line 25 of file bytearray.h.
Field Documentation
| uint16_t length |
Physical number of bytes in the C array (below)
Definition at line 31 of file bytearray.h.
Object descriptor.
Definition at line 28 of file bytearray.h.
| uint8_t val[1] |
C array of bytes.
Definition at line 34 of file bytearray.h.
Generated on Tue Jul 12 2022 23:13:47 by
1.7.2