Home
last modified time | relevance | path

Searched defs:ModbusCRCException (Results 1 – 1 of 1) sorted by relevance

/openbmc/phosphor-modbus/rtu/modbus/
H A Dmodbus_exception.hpp84 class ModbusCRCException : public std::runtime_error class
87 explicit ModbusCRCException(uint16_t expectedCRC, uint16_t crc) : in ModbusCRCException() function in phosphor::modbus::rtu::ModbusCRCException