Searched refs:commandFunction (Results 1 – 1 of 1) sorted by relevance
538 MQTTAgentCommandFunc_t commandFunction = NULL; in processCommand() local549 commandFunction = pCommandFunctionTable[ pCommand->commandType ]; in processCommand()554 commandFunction = pCommandFunctionTable[ NONE ]; in processCommand()557 operationStatus = commandFunction( pMqttAgentContext, pCommandArgs, &commandOutParams ); in processCommand()