IpcIo Namespace Reference
Enumerations | |
enum | Command { cmdNone , cmdOpen , cmdRead , cmdWrite } |
what kind of I/O the disker needs to do or have done More... | |
Functions | |
std::ostream & | operator<< (std::ostream &, Command) |
Enumeration Type Documentation
◆ Command
enum IpcIo::Command |
Enumerator | |
---|---|
cmdNone | |
cmdOpen | |
cmdRead | |
cmdWrite |
Definition at line 33 of file IpcIoFile.h.