Control a parallel device
#include <sys/dcmd_chr.h> #define DCMD_CHR_PARCTL __DIOT(_DCMD_CHR, 98, int)
Argument | Value |
---|---|
filedes | A file descriptor that you obtained by opening the device. |
dcmd | DCMD_CHR_PARCTL |
dev_data_ptr | A pointer to an int |
n_bytes | sizeof(int) |
dev_info_ptr | NULL |
This command controls the control lines of a parallel device. It isn't currently used.
The action to take.
None.
devctl() in the QNX Neutrino C Library Reference