Home
last modified time | relevance | path

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

/openbmc/phosphor-modbus/rtu/modbus/
H A Dmodbus.hpp35 uint8_t expectedResponseCode)
H A Dmodbus.cpp189 uint8_t expectedResponseCode) in readResponse() argument
223 if (ret >= 2 && response.functionCode != expectedResponseCode) in readResponse()