Dependencies:   mbed

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.
int16_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 32 of file bytearray.h.


Field Documentation

int16_t length

Physical number of bytes in the C array (below)

Definition at line 38 of file bytearray.h.

Object descriptor.

Definition at line 35 of file bytearray.h.

uint8_t val[1]

C array of bytes.

Definition at line 41 of file bytearray.h.