This structure represents an IEEE 802.15.4 Extended Address.
More...
#include <src/core/mac/mac_frame.hpp>
|
| bool | IsGroup (void) const |
| | This method indicates whether or not the Group bit is set. More...
|
| |
| void | SetGroup (bool aGroup) |
| | This method sets the Group bit. More...
|
| |
|
void | ToggleGroup (void) |
| | This method toggles the Group bit.
|
| |
| bool | IsLocal (void) const |
| | This method indicates whether or not the Local bit is set. More...
|
| |
| void | SetLocal (bool aLocal) |
| | This method sets the Local bit. More...
|
| |
|
void | ToggleLocal (void) |
| | This method toggles the Local bit.
|
| |
| bool | operator== (const ExtAddress &aOther) const |
| | This method evaluates whether or not the Extended Addresses match. More...
|
| |
| bool | operator!= (const ExtAddress &aOther) const |
| | This method evaluates whether or not the Extended Addresses match. More...
|
| |
This structure represents an IEEE 802.15.4 Extended Address.
§ IsGroup()
| bool ot::Mac::ExtAddress::IsGroup |
( |
void |
| ) |
const |
|
inline |
This method indicates whether or not the Group bit is set.
- Return values
-
| TRUE | If the group bit is set. |
| FALSE | If the group bit is not set. |
§ IsLocal()
| bool ot::Mac::ExtAddress::IsLocal |
( |
void |
| ) |
const |
|
inline |
This method indicates whether or not the Local bit is set.
- Return values
-
| TRUE | If the local bit is set. |
| FALSE | If the local bit is not set. |
§ operator!=()
| bool ot::Mac::ExtAddress::operator!= |
( |
const ExtAddress & |
aOther | ) |
const |
This method evaluates whether or not the Extended Addresses match.
- Parameters
-
| [in] | aOther | The Extended Address to compare. |
- Return values
-
| TRUE | If the Extended Addresses do not match. |
| FALSE | If the Extended Addresses match. |
§ operator==()
| bool ot::Mac::ExtAddress::operator== |
( |
const ExtAddress & |
aOther | ) |
const |
This method evaluates whether or not the Extended Addresses match.
- Parameters
-
| [in] | aOther | The Extended Address to compare. |
- Return values
-
| TRUE | If the Extended Addresses match. |
| FALSE | If the Extended Addresses do not match. |
§ SetGroup()
| void ot::Mac::ExtAddress::SetGroup |
( |
bool |
aGroup | ) |
|
|
inline |
This method sets the Group bit.
- Parameters
-
| [in] | aLocal | TRUE if group address, FALSE otherwise. |
§ SetLocal()
| void ot::Mac::ExtAddress::SetLocal |
( |
bool |
aLocal | ) |
|
|
inline |
This method sets the Local bit.
- Parameters
-
| [in] | aLocal | TRUE if locally administered, FALSE otherwise. |
The documentation for this class was generated from the following files: