Modbus cpp 0.1
|
This is the complete list of members for MB::ModbusException, including all inherited members.
exist(const std::vector< uint8_t > &inputData) noexcept (defined in MB::ModbusException) | MB::ModbusException | inlinestatic |
functionCode() const noexcept (defined in MB::ModbusException) | MB::ModbusException | inline |
getErrorCode() const noexcept | MB::ModbusException | inline |
isSlaveValid() const noexcept | MB::ModbusException | inline |
ModbusException()=delete (defined in MB::ModbusException) | MB::ModbusException | |
ModbusException(const std::vector< uint8_t > &inputData, bool CRC=false) noexcept | MB::ModbusException | explicit |
ModbusException(utils::MBErrorCode errorCode, uint8_t slaveId=0xFF, utils::MBFunctionCode functionCode=utils::Undefined) noexcept | MB::ModbusException | inlineexplicit |
setFunctionCode(utils::MBFunctionCode functionCode) noexcept (defined in MB::ModbusException) | MB::ModbusException | inline |
setSlaveID(uint8_t slaveId) noexcept | MB::ModbusException | inline |
slaveID() const noexcept (defined in MB::ModbusException) | MB::ModbusException | inline |
toRaw() const noexcept | MB::ModbusException | |
toString() const noexcept | MB::ModbusException | |
what() const noexcept override | MB::ModbusException | inline |