Enumerations

enum RadioType : uint8_t
Name Value Comments
kRadioTypeIeee802154 0

IEEE 802.15.4 (2.4GHz) link type.

kRadioTypeTrel 1

Thread Radio Encapsulation link type.

Defines the radio link types.

Defined at line 635 of file ../../third_party/openthread/src/core/mac/mac_types.hpp

Records

Functions

  • PanId GenerateRandomPanId ()

    Generates a random IEEE 802.15.4 PAN ID.

  • const char * RadioTypeToString (RadioType aRadioType)

    Converts a link type to a string

    Parameters

    aRadioType [in] A link type value.