libknx
|
Data container for this dpt. More...
#include <dpt_types.hpp>
Public Member Functions | |
data (bool c, bool v) | |
Constructor with control and value. | |
data () | |
Standard Constructor setting all to zero. | |
Public Attributes | |
bool | control |
Control bit. | |
bool | value |
Value bit. | |
Friends | |
KNX_IMPORT_EXPORT friend std::ostream & | operator<< (std::ostream &os, const data &time) |
Output formatting. | |
Data container for this dpt.