MCPcopy Create free account
hub / github.com/UtilitechAS/amsreader-firmware / getLastError

Method getLastError

lib/PriceService/src/PriceService.cpp:643–645  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

641}
642
643int16_t PriceService::getLastError() {
644 return lastError;
645}
646
647std::vector<PriceConfig>& PriceService::getPriceConfig() {
648 return this->priceConfig;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected