python-on-a-chip online compiler

Dependencies:   mbed TSI

Embed: (wiki syntax)

« Back to documentation index

bytearray.h File Reference

bytearray.h File Reference

Bytearray Object Type. More...

Go to the source code of this file.

Data Structures

struct  PmBytes_s
 Bytes container. More...
struct  PmBytearray_s
 Bytearray obj. More...

Typedefs

typedef struct PmBytes_s PmBytes_t
 Bytes container.
typedef struct PmBytearray_s PmBytearray_t
 Bytearray obj.

Detailed Description

Bytearray Object Type.

Bytearray object type header.

Definition in file bytearray.h.


Typedef Documentation

typedef struct PmBytearray_s PmBytearray_t

Bytearray obj.

Mutable ordered sequence of bytes. Contains ptr to chunk of bytes.

typedef struct PmBytes_s PmBytes_t

Bytes container.

Holds actual byte payload