DCMD_CHR_RESUME

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:

DCMD_CHR_IDLE, DCMD_CHR_RESET

devctl() in the QNX Neutrino C Library Reference