My climat station
attribute_handle_range_t Struct Reference
Inclusive range of GATT attributes handles. More...
#include <BLETypes.h>
Data Fields | |
| attribute_handle_t | begin |
| Beginning of the range. | |
| attribute_handle_t | end |
| End of the range. | |
Friends | |
| bool | operator== (const attribute_handle_range_t &lhs, const attribute_handle_range_t &rhs) |
| Equal operator for attribute_handle_range_t. | |
| bool | operator!= (const attribute_handle_range_t &lhs, const attribute_handle_range_t &rhs) |
| Not equal operator for attribute_handle_range_t. | |
Detailed Description
Inclusive range of GATT attributes handles.
- Note:
- Instances can be constructed with the help of the factory function attribute_handle_range().
Definition at line 57 of file BLETypes.h.
Friends And Related Function Documentation
| bool operator!= | ( | const attribute_handle_range_t & | lhs, |
| const attribute_handle_range_t & | rhs | ||
| ) | [friend] |
Not equal operator for attribute_handle_range_t.
- Parameters:
-
[in] lhs Left hand side of the expression. [in] rhs Right hand side of the expression.
- Returns:
- true if lhs is not equal to rhs and false otherwise.
Definition at line 90 of file BLETypes.h.
| bool operator== | ( | const attribute_handle_range_t & | lhs, |
| const attribute_handle_range_t & | rhs | ||
| ) | [friend] |
Equal operator for attribute_handle_range_t.
- Parameters:
-
[in] lhs Left hand side of the expression. [in] rhs Right hand side of the expression.
- Returns:
- true if lhs is equal to rhs and false otherwise.
Definition at line 76 of file BLETypes.h.
Field Documentation
Beginning of the range.
Definition at line 61 of file BLETypes.h.
End of the range.
Definition at line 66 of file BLETypes.h.
Generated on Tue Jul 12 2022 14:26:56 by
1.7.2
Gleb Klochkov