class SpinelManager

Defined at line 45 of file ../../src/connectivity/openthread/third_party/openthread/platform/spinel_manager.h

Public Methods

SpinelManager & GetSpinelManager ()

Returns the static instance of the SpinelManager.

Defined at line 45 of file ../../src/connectivity/openthread/third_party/openthread/platform/spinel_manager.cc

void SpinelManager ()

Constructor of the SpinelManager

Defined at line 47 of file ../../src/connectivity/openthread/third_party/openthread/platform/spinel_manager.cc

void ~SpinelManager ()

Destructor of the SpinelManager

Defined at line 49 of file ../../src/connectivity/openthread/third_party/openthread/platform/spinel_manager.cc

CoprocessorType Init (const char * aUrl)

Initializes the SpinelManager.

Parameters

aUrl [in] A pointer to the null-terminated spinel URL.

Defined at line 51 of file ../../src/connectivity/openthread/third_party/openthread/platform/spinel_manager.cc

Spinel::SpinelDriver & GetSpinelDriver ()

Returns the static instance of the SpinelDriver.

Defined at line 55 of file ../../src/connectivity/openthread/third_party/openthread/platform/spinel_manager.h

void Deinit ()

Deinitializes the SpinelManager.

Defined at line 77 of file ../../src/connectivity/openthread/third_party/openthread/platform/spinel_manager.cc

Spinel::SpinelInterface & GetSpinelInterface ()

Returns the spinel interface.

Defined at line 88 of file ../../src/connectivity/openthread/third_party/openthread/platform/spinel_manager.h