DCMD_CHR_RESUME
QNX SDP8.0Devctl and Ioctl CommandsDeveloper
Make the device resume from idle
Synopsis:
#include <sys/dcmd_chr.h>
#define DCMD_CHR_RESUME __DION(_DCMD_CHR, 33)
Arguments to devctl():
| Argument | Value |
|---|---|
| filedes | A file descriptor that you obtained by opening the device. |
| dcmd | DCMD_CHR_RESUME |
| dev_data_ptr | NULL |
| n_bytes | 0 |
| dev_info_ptr | NULL |
Description:
This command makes the device resume from idle.
Note:
Not all drivers pay attention to this command.
Input:
None.
Output:
None.
See also:
devctl() in the QNX OS C Library Reference
Page updated:
