#include <mockio.h>
Data Fields | |
| int | code |
| enum HIPC_errno | retval |
| size_t | size |
| unsigned char | data [HIPC_IMG_ALLOCSIZE] |
| int MockIOOp::code |
Definition at line 13 of file mockio.h.
Referenced by mockIORead(), and mockIOWrite().
| enum HIPC_errno MockIOOp::retval |
Definition at line 14 of file mockio.h.
Referenced by mockIORead(), and mockIOWrite().
| size_t MockIOOp::size |
Definition at line 15 of file mockio.h.
Referenced by mockIORead(), and mockIOWrite().
| unsigned char MockIOOp::data[HIPC_IMG_ALLOCSIZE] |
Definition at line 16 of file mockio.h.
Referenced by mockIORead(), and mockIOWrite().
1.8.6