Home
last modified time | relevance | path

Searched refs:pCommandToSend (Results 1 – 2 of 2) sorted by relevance

/FreeRTOS-Plus/Demo/Common/coreMQTT_Agent_Interface/
A Dfreertos_agent_message.c47 MQTTAgentCommand_t * const * pCommandToSend, in Agent_MessageSend() argument
52 if( ( pMsgCtx != NULL ) && ( pCommandToSend != NULL ) ) in Agent_MessageSend()
54 … queueStatus = xQueueSendToBack( pMsgCtx->queue, pCommandToSend, pdMS_TO_TICKS( blockTimeMs ) ); in Agent_MessageSend()
/FreeRTOS-Plus/Demo/Common/coreMQTT_Agent_Interface/include/
A Dfreertos_agent_message.h67 MQTTAgentCommand_t * const * pCommandToSend,

Completed in 27 milliseconds