class RendezvousTimeIe
Defined at line 435 of file ../../third_party/openthread/src/core/mac/mac_header_ie.hpp
This class implements Rendezvous Time IE data structure.
IEEE 802.15.4 Rendezvous Time IE contains two fields, Rendezvous Time and
Wake-up Interval, but the Wake-up Interval is not used in Thread, so it is
not included in this class.
Public Members
static const uint8_t kId
Public Methods
void Init ()
Initializes the Rendezvous Time IE.
Defined at line 445 of file ../../third_party/openthread/src/core/mac/mac_header_ie.hpp
uint16_t GetRendezvousTime ()
This method returns the Rendezvous Time.
Defined at line 452 of file ../../third_party/openthread/src/core/mac/mac_header_ie.hpp
void SetRendezvousTime (uint16_t aRendezvousTime)
This method sets the Rendezvous Time.
Parameters
aRendezvousTime [in] The Rendezvous Time in the units of 10 symbols.
Defined at line 459 of file ../../third_party/openthread/src/core/mac/mac_header_ie.hpp
Friends
class HeaderIe