libhomegear-base  0.7
Base library for Homegear and Homegear family modules.
BaseLib::ModbusServerBusyException Class Reference

Exception class thrown when the Modbus server is busy. More...

#include <Modbus.h>

Inheritance diagram for BaseLib::ModbusServerBusyException:
BaseLib::ModbusException BaseLib::Exception

Public Member Functions

 ModbusServerBusyException (std::string message)
 
 ModbusServerBusyException (std::string message, uint8_t code, std::vector< char > packet)
 
- Public Member Functions inherited from BaseLib::ModbusException
 ModbusException (const std::string &message)
 
 ModbusException (const std::string &message, uint8_t code, std::vector< char > packet)
 
uint8_t getCode () const
 
std::vector< char > getPacket () const
 
- Public Member Functions inherited from BaseLib::Exception
 Exception (const std::string &message)
 
 ~Exception () override=default
 

Detailed Description

Exception class thrown when the Modbus server is busy.

See also
Modbus

Constructor & Destructor Documentation

§ ModbusServerBusyException() [1/2]

BaseLib::ModbusServerBusyException::ModbusServerBusyException ( std::string  message)
inline

§ ModbusServerBusyException() [2/2]

BaseLib::ModbusServerBusyException::ModbusServerBusyException ( std::string  message,
uint8_t  code,
std::vector< char >  packet 
)
inline

The documentation for this class was generated from the following file: