Contents

freeCommand

release a command object that is no longer needed. Do not free an object in use and do not release the object anymore times than you have retained it.

Declaration

virtual void freeCommand(
 IOATACommand *inCommand);

Parameters

  • inCommand:

    the command to be released.

See Also

Miscellaneous