Home
last modified time | relevance | path

Searched refs:illegalFunctionCode (Results 1 – 2 of 2) sorted by relevance

/openbmc/phosphor-modbus/rtu/modbus/
H A Dmodbus_exception.hpp14 illegalFunctionCode = 1, enumerator
62 case ModbusExceptionCode::illegalFunctionCode: in toString()
/openbmc/phosphor-modbus/tests/
H A Dmodbus_server_tester.cpp155 << uint8_t(RTUIntf::ModbusExceptionCode::illegalFunctionCode); in processReadHoldingRegisters()