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.
create IOATACommands. Device drivers should allocate command objects only through this method.
virtual IOATACommand* allocCommand(
void );null if allocation failed. Retain count is one.