Exception class for the Modbus server.
More...
#include <Modbus.h>
Exception class for the Modbus server.
- See also
- Modbus
§ ModbusException() [1/2]
BaseLib::ModbusException::ModbusException |
( |
const std::string & |
message | ) |
|
|
inline |
§ ModbusException() [2/2]
BaseLib::ModbusException::ModbusException |
( |
const std::string & |
message, |
|
|
uint8_t |
code, |
|
|
std::vector< char > |
packet |
|
) |
| |
|
inline |
§ getCode()
uint8_t BaseLib::ModbusException::getCode |
( |
| ) |
const |
|
inline |
§ getPacket()
std::vector<char> BaseLib::ModbusException::getPacket |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: