MCPcopy Create free account
hub / github.com/RobTillaart/Arduino / size

Method size

libraries/Multiplex/Multiplex.h:47–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45 // CONTROL
46 uint8_t count() { return _count; };
47 uint8_t size() { return _size; };
48 uint8_t free() { return _size - _count; };
49
50 // returns true on success, false otherwise.

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36