libknx
|
Data container for this dpt. More...
#include <dpt_types.hpp>
Public Member Functions | |
bool | operator== (const data &other) |
Compare. | |
data () | |
Set to zero. | |
Public Attributes | |
struct { | |
unsigned int c: 1 | |
0 means activate and 1 learn the scene | |
unsigned int r: 1 | |
do not use | |
unsigned int number: 6 | |
scene nuber | |
} | storage |
Data storage. | |
Friends | |
KNX_IMPORT_EXPORT friend std::ostream & | operator<< (std::ostream &os, const data &data) |
Output formatting. | |
Data container for this dpt.