MCPcopy Create free account
hub / github.com/BlueAndi/Pixelix / getList

Method getList

scripts/Services.cpp:110–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108}
109
110const Services::Element* Services::getList(uint8_t& length)
111{
112 length = sizeof(gServiceList) / sizeof(gServiceList[0]);
113
114 return gServiceList;
115}
116
117/******************************************************************************
118 * Local Functions

Callers 1

handleSettingsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected