python-on-a-chip online compiler

Dependencies:   mbed TSI

Embed: (wiki syntax)

« Back to documentation index

PmBytes_s Struct Reference

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.