clsagfw_get_cmdid()

The clsagfw_get_cmdid() function returns the type of the command for which the entry point is invoked.

Syntax

clsagfw_aecode clsagfw_get_cmdid(const clsagfw_aectx *pAeCtx);

Input

pAeCtx: Agent framework context pointer that is passed to entry points

Notes

The agent can call this API in the ABORT entry point to determine the resource command that is being aborted.