Enet IOCTL param.
IOCTL params structure argument for all Enet IOCTL commands
Data Fields | |
const void * | inArgs |
uint32_t | inArgsSize |
void * | outArgs |
uint32_t | outArgsSize |
const void* Enet_IoctlPrms::inArgs |
Pointer to an actual input args struct for the IOCTL cmd
uint32_t Enet_IoctlPrms::inArgsSize |
Size of inArgs structure
void* Enet_IoctlPrms::outArgs |
Pointer to an actual output args struct for the IOCTL cmd
uint32_t Enet_IoctlPrms::outArgsSize |
Size of outArgs structure