Zigbee Protocol Controller 1.6.0
|
Go to the source code of this file.
Functions | |
bool | operator== (const zigbee_binding_t &A, const zigbee_binding_t &B) |
zigbee_binding_t operator== An operator override for equality. Allows zigbee_binding_t to be used in a variety of situations, including with std::algorithm and containers More... | |
bool | operator!= (const zigbee_binding_t &A, const zigbee_binding_t &B) |
zigbee_binding_t operator!= An operator override for equality. Allows zigbee_binding_t to be used in a variety of situations, including with std::algorithm and containers More... | |
std::string | binding_to_string (const zigbee_binding_t binding) |
binding_to_string Utility function that accepts a copy of a binding and returns its serialized string More... | |
zigbee_binding_t | string_to_binding (const std::string &binding_str) |
string_to_binding Utility function to convert a string to a binding More... | |
std::string binding_to_string | ( | const zigbee_binding_t | binding | ) |
binding_to_string Utility function that accepts a copy of a binding and returns its serialized string
binding | - the binding to serialize |
bool operator!= | ( | const zigbee_binding_t & | A, |
const zigbee_binding_t & | B | ||
) |
zigbee_binding_t operator!= An operator override for equality. Allows zigbee_binding_t to be used in a variety of situations, including with std::algorithm and containers
bool operator== | ( | const zigbee_binding_t & | A, |
const zigbee_binding_t & | B | ||
) |
zigbee_binding_t operator== An operator override for equality. Allows zigbee_binding_t to be used in a variety of situations, including with std::algorithm and containers
zigbee_binding_t string_to_binding | ( | const std::string & | binding_str | ) |
string_to_binding Utility function to convert a string to a binding
binding_str | - a binding serialized as a string |