Zigbee Protocol Controller 1.6.0
smartstart::Query Class Reference

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
 

Detailed Description

Class that contains key, type, an value for querying SmartStart List.

Constructor & Destructor Documentation

◆ Query()

smartstart::Query::Query ( QueryType  type,
QueryKey  key,
const QueryValue value 
)
inline

smartstart::Query constructor.

Parameters
typeTypes of fields to query. Check smartstart::QueryType for available options.
keyTypes of keys to query. Check smartstart::QueryKey for available options.
valueTypes of value to be searched. Currently only string and bool is supported.

Member Data Documentation

◆ query_key

QueryKey smartstart::Query::query_key

◆ query_type

QueryType smartstart::Query::query_type

◆ query_value

QueryValue smartstart::Query::query_value

The documentation for this class was generated from the following file: