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