Enumerations

enum RadioType
Name Value
kRadioTypeIeee802154 0
kRadioTypeTrel 1

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.