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 | IO::Modbus::Exception { IO::Modbus::Exception::Success = 0x00, IO::Modbus::Exception::IllegalFunction = 0x01, IO::Modbus::Exception::IllegalDataAddress = 0x02, IO::Modbus::Exception::IllegalDataValue = 0x03, IO::Modbus::Exception::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 | ) |