class Radio
Defined at line 36 of file ../../src/connectivity/openthread/third_party/openthread/platform/radio.h
Manages Thread radio.
Public Members
static const char[] kLogModuleName
Public Methods
void Radio ()
Creates the radio manager.
Defined at line 48 of file ../../src/connectivity/openthread/third_party/openthread/platform/radio.cc
Spinel::SpinelInterface & GetSpinelInterface ()
Acts as an accessor to the spinel interface instance used by the radio.
Defined at line 62 of file ../../src/connectivity/openthread/third_party/openthread/platform/radio.h
void Init (const char * aUrl)
Initialize the Thread radio.
Parameters
Defined at line 62 of file ../../src/connectivity/openthread/third_party/openthread/platform/radio.cc
Spinel::RadioSpinel & GetRadioSpinel ()
Acts as an accessor to the radio spinel instance used by the radio.
Defined at line 71 of file ../../src/connectivity/openthread/third_party/openthread/platform/radio.h
void Deinit ()
De-initializes the Thread radio.
Defined at line 104 of file ../../src/connectivity/openthread/third_party/openthread/platform/radio.cc