| Reference | Class Hierarchy | Class Index | Member Index |
Inheritance diagram for IO_Control_Command:

Defines the interface that must be implemented by an object passed as the command parameter to:
Public Member Functions | |
| int | name () const |
| Get the name of the command. | |
| implementation_defined | data () |
| Get the data associated with the command. | |
| implementation_defined | data () const |
| Get the data associated with the command. | |
| int IO_Control_Command::name | ( | ) | const |
Get the name of the command.
| implementation_defined IO_Control_Command::data | ( | ) |
Get the data associated with the command.
| implementation_defined IO_Control_Command::data | ( | ) | const |
Get the data associated with the command.