cfmakeraw()

set raw mode 

Function


SYNOPSIS

#include <termios.h>

void cfmakeraw(struct termios *termios_p);


DESCRIPTION

This function sets the structure specified by termios_p to raw mode. There is no effect on the hardware until a subsequent successful call to tcsetattr().


PARAMETERS

termios_p 

Points to a termios structure.


RETURN VALUES

None.


CONFORMANCE

4.4BSD.


MULTITHREAD SAFETY LEVEL

MT-Safe.


PORTING ISSUES

None.


AVAILABILITY

PTC MKS Toolkit for Professional Developers
PTC MKS Toolkit for Professional Developers 64-Bit Edition
PTC MKS Toolkit for Enterprise Developers
PTC MKS Toolkit for Enterprise Developers 64-Bit Edition


SEE ALSO

Functions:
cfgetispeed(), cfgetospeed(), cfsetispeed(), tcsetattr()

Miscellaneous:
struct termios


PTC MKS Toolkit 10.4 Documentation Build 39.