OtaState_t
OTA Agent states.
Definition: ota.h:116
 
OtaState_t OTA_GetState(void)
Get the current state of the OTA agent.
Definition: ota.c:3408
 
 Get the current state of the OTA agent.  
- Returns
 - The current state of the OTA agent.
 
Example Check if OTA agent is in suspended state. 
 
while( state != OtaAgentStateSuspended )
{
    
    
}