TIOCSDTR

Set "data terminal ready"

Synopsis:

#include <sys/ioctl.h>

#define TIOCSDTR        _IO('t', 121)

Arguments to ioctl():

Argument Value
fd A file descriptor that you obtained by opening the device
request TIOCSDTR

Description:

This command sets "data terminal ready."

Input:

None.

Output:

None.

See also:

DCMD_CHR_LINESTATUS, DCMD_CHR_SERCTL, TIOCCDTR

ioctl() in the QNX Neutrino C Library Reference