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