Mac OS X Reference Library Apple Developer
Search

IOFWCommand

Inherits from:
Declared In:

Overview

Use the links in the table of contents to the left to access the documentation.



Functions

insertAfter
removeFromQ
setHead

insertAfter


public

virtual void insertAfter( IOFWCommand &prev);
Parameters
prev

command to insert after

queue

queue command is being added to

Discussion

inserts a command after the specified one.


removeFromQ


public

virtual void removeFromQ();
Discussion

Removes command from current queue.


setHead


public

virtual void setHead( IOFWCmdQ &queue);
Parameters
queue

queue command is being added to

Discussion

inserts a command at the head of a queue.

Structs and Unions

ExpansionData
MemberVariables

ExpansionData


protected

struct MemberVariables { void *fFWIMRefCon; IOReturn fCompletionStatus; bool fSubmitTimeLatched; AbsoluteTime fSubmitTime; bool fFlush; };
Discussion

This structure will be used to expand the capablilties of the class in the future.

See Also


MemberVariables


protected

struct MemberVariables { void *fFWIMRefCon; IOReturn fCompletionStatus; bool fSubmitTimeLatched; AbsoluteTime fSubmitTime; bool fFlush; };
Discussion

This structure will be used to expand the capablilties of the class in the future.

See Also

Member Data

fMembers
reserved

fMembers


protected

MemberVariables * fMembers;
Discussion

Reserved for future use. (Internal use only)

See Also


reserved


protected

MemberVariables * fMembers;
Discussion

Reserved for future use. (Internal use only)

See Also

 

Did this document help you? Yes It's good, but... Not helpful...

Last Updated: 2010-07-29