22 group(std::string name);
24 group(uint8_t a, uint8_t b, uint8_t c);
26 group(uint8_t a, uint8_t b);
31 std::string get_name();
36 uint16_t get_binary();
43 void set_by_number(uint16_t a, uint16_t b, uint16_t c);
49 void set_by_number(uint16_t a, uint16_t b);
53 void set_by_name(std::string name);
58 void set_by_binary_2(uint16_t binary);
63 void set_by_binary_3(uint16_t binary);
This class represents a KNX group address which might be either 3 compnent "a/b/c" or 2 component "a/...
Definition: group.hpp:16
separated namespace to embed all libknx related classes
Definition: connection.hpp:14