|
Mac Dev Center
Mac OS X Reference Library Drivers, Kernel, & Hardware: Kernel Device Drivers Kernel Framework Reference
|
IOFWCommand |
| Inherits from: | |
| Declared In: |
Use the links in the table of contents to the left to access the documentation.
insertAfter |
public
virtual void insertAfter( IOFWCommand &prev);
prevcommand to insert after
queuequeue command is being added to
inserts a command after the specified one.
removeFromQ |
public
virtual void removeFromQ();
Removes command from current queue.
setHead |
queuequeue command is being added to
inserts a command at the head of a queue.
ExpansionData |
protected
struct MemberVariables { void *fFWIMRefCon; IOReturn fCompletionStatus; bool fSubmitTimeLatched; AbsoluteTime fSubmitTime; bool fFlush; };
This structure will be used to expand the capablilties of the class in the future.
MemberVariables |
protected
struct MemberVariables { void *fFWIMRefCon; IOReturn fCompletionStatus; bool fSubmitTimeLatched; AbsoluteTime fSubmitTime; bool fFlush; };
This structure will be used to expand the capablilties of the class in the future.
fMembers |
protected
MemberVariables * fMembers;
Reserved for future use. (Internal use only)
reserved |
protected
MemberVariables * fMembers;
Reserved for future use. (Internal use only)
Last Updated: 2009-10-14