davide carboni / Mbed 2 deprecated pymite_http_get

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

PmBytearray_s Struct Reference

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.