![]() |
modbuspp
1.1.40
C++ wrapper for the libmodbus library
|
#include <data.h>
Public Member Functions | |
DataType (const DataEnum &t=Uint16) | |
Constructor from a value of DataEnum. | |
DataEnum * | operator & () |
Overload of the pointer operator on the DataEnum value. | |
const DataEnum * | operator & () const |
operator const DataEnum & () const | |
operator DataEnum & () | |
Overload of the reference operator on the T value. | |
DataEnum & | operator= (const DataEnum &t) |
Overload of the assignment operator from a DataEnum value. | |
size_t | size () const |
Number of bytes of current type. | |
DataEnum & | value () |
Access to the DataEnum value. | |
const DataEnum & | value () const |
|
inline |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
inline |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
inline |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.