MCPcopy Create free account
hub / github.com/Makuna/NeoPixelBus / getDataSize

Method getDataSize

src/internal/methods/PixieStreamMethod.h:99–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97 };
98
99 size_t getDataSize() const
100 {
101 return _sizeData;
102 };
103
104 void applySettings([[maybe_unused]] const SettingsObject& settings)
105 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected