|
|
void | Init (void) |
| | This method initializes the Beacon message.
|
| |
| bool | IsValid (void) |
| | This method indicates whether or not the beacon appears to be a valid Thread Beacon message. More...
|
| |
| uint8_t * | GetPayload (void) |
| | This method returns the pointer to the beacon payload address. More...
|
| |
§ anonymous enum
| Enumerator |
|---|
| kSuperFrameSpec | Superframe Specification value.
|
§ GetPayload()
| uint8_t* ot::Mac::Beacon::GetPayload |
( |
void |
| ) |
|
|
inline |
This method returns the pointer to the beacon payload address.
- Return values
-
| A | pointer to the beacon payload address. |
§ IsValid()
| bool ot::Mac::Beacon::IsValid |
( |
void |
| ) |
|
|
inline |
This method indicates whether or not the beacon appears to be a valid Thread Beacon message.
- Return values
-
| TRUE | if the beacon appears to be a valid Thread Beacon message. |
| FALSE | if the beacon does not appear to be a valid Thread Beacon message. |
The documentation for this class was generated from the following file: