ot::Spinel::RadioSpinel::SetMultipanActiveInterface() method
Sets specified radio interface active This function allows selecting currently active radio interface on platforms that do not support parallel communication on multiple interfaces. I.e. if more than one interface is in receive state calling SetMultipanActiveInterface guarantees that specified interface will not be losing frames. This function returns if the request was received properly. After interface switching is complete SwitchoverDone callback is Invoked. Switching interfaces may take longer if aCompletePending is set true.
Arguments
aIid
IID of the interface to set active.
aCompletePending
Set true if pending radio operation should complete first(Soft switch) or false if ongoing operations should be interrupted (Force switch).
Return value
OT_ERROR_NONE Successfully requested interface switch. OT_ERROR_BUSY Failed due to another operation on going. OT_ERROR_RESPONSE_TIMEOUT Failed due to no response received from the transceiver. OT_ERROR_NOT_IMPLEMENTED Failed due to lack of support in radio for the given interface id or OT_ERROR_INVALID_COMMAND Platform supports all interfaces simultaneously (i.e. no active/inactive interface concept in the platform level) OT_ERROR_ALREADY Given interface is already active.