Exception.h File Reference
#include <WString.h>
Include dependency graph for Exception.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
IO | |
IO::Modbus | |
Enumerations | |
enum class | IO::Modbus::Exception { IO::Modbus::Success = 0x00 , IO::Modbus::IllegalFunction = 0x01 , IO::Modbus::IllegalDataAddress = 0x02 , IO::Modbus::IllegalDataValue = 0x03 , IO::Modbus::SlaveDeviceFailure = 0x04 } |
Modbus exception codes returned in response packets. More... | |
Functions | |
bool | IO::Modbus::operator! (Exception exception) |
String | toString (IO::Modbus::Exception exception) |
Function Documentation
◆ toString()
String toString | ( | IO::Modbus::Exception | exception | ) |