Searched refs:pCommandToSend (Results 1 – 2 of 2) sorted by relevance
47 MQTTAgentCommand_t * const * pCommandToSend, in Agent_MessageSend() argument52 if( ( pMsgCtx != NULL ) && ( pCommandToSend != NULL ) ) in Agent_MessageSend()54 … queueStatus = xQueueSendToBack( pMsgCtx->queue, pCommandToSend, pdMS_TO_TICKS( blockTimeMs ) ); in Agent_MessageSend()
67 MQTTAgentCommand_t * const * pCommandToSend,
Completed in 14 milliseconds