Zigbee Protocol Controller 1.6.0
|
Class that contains key, type, an value for querying SmartStart List. More...
#include <smartstart_management.hpp>
Public Member Functions | |
Query (QueryType type, QueryKey key, const QueryValue &value) | |
smartstart::Query constructor. More... | |
Public Attributes | |
QueryType | query_type |
QueryKey | query_key |
QueryValue | query_value |
Class that contains key, type, an value for querying SmartStart List.
|
inline |
smartstart::Query constructor.
type | Types of fields to query. Check smartstart::QueryType for available options. |
key | Types of keys to query. Check smartstart::QueryKey for available options. |
value | Types of value to be searched. Currently only string and bool is supported. |
QueryKey smartstart::Query::query_key |
QueryType smartstart::Query::query_type |
QueryValue smartstart::Query::query_value |