Contents

allocCommand

create IOATACommands. Device drivers should allocate command objects only through this method.

Declaration

virtual IOATACommand* allocCommand(
 void );

Return Value

null if allocation failed. Retain count is one.

See Also

Miscellaneous