davide carboni / Mbed 2 deprecated pymite_http_get

Dependencies:   mbed

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 267 of file obj.h.


Field Documentation

Object descriptor.

Definition at line 270 of file obj.h.

int32_t val

Boolean value.

Definition at line 273 of file obj.h.