python-on-a-chip online compiler

Dependencies:   mbed TSI

Embed: (wiki syntax)

« Back to documentation index

PmBoolean_s Struct Reference

PmBoolean_s Struct Reference

Boolean object. More...

#include <obj.h>

Data Fields

PmObjDesc_t od
 Object descriptor.
int32_t val
 Boolean value.

Detailed Description

Boolean object.

Definition at line 225 of file obj.h.


Field Documentation

Object descriptor.

Definition at line 228 of file obj.h.

int32_t val

Boolean value.

Definition at line 231 of file obj.h.