![]() |
Tenok
A Linux-like Real-Time Operating System for Robotics and Internet of Things
|
Go to the source code of this file.
Functions | |
| int | ioctl (int fd, unsigned long request,...) |
| Perform device-specific control. More... | |
| int ioctl | ( | int | fd, |
| unsigned long | request, | ||
| ... | |||
| ) |
Perform device-specific control.
| fd | The file descriptor number of the file. |
| request | The request command to perform. |
| arg | The argument the request takes, which a request that takes none does not mind being handed. |
| int | 0 on success and -1 on error, with the reason left in errno. |