Searched refs:pReceivedCommand (Results 1 – 2 of 2) sorted by relevance
63 MQTTAgentCommand_t ** pReceivedCommand, in Agent_MessageReceive() argument68 if( ( pMsgCtx != NULL ) && ( pReceivedCommand != NULL ) ) in Agent_MessageReceive()70 … queueStatus = xQueueReceive( pMsgCtx->queue, pReceivedCommand, pdMS_TO_TICKS( blockTimeMs ) ); in Agent_MessageReceive()
81 MQTTAgentCommand_t ** pReceivedCommand,
Completed in 13 milliseconds