[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

tcsendbreak

Syntax

 
#include <termios.h>

int tcsendbreak (int fd, int duration);

Description

This function generates a break condition for duration*0.25 seconds. In the current implementation this function does nothing; it is provided for compatibility only. Note that the termios emulation handles console only.

Return Value

Zero on success, nonzero on failure.

Portability

ANSI/ISO C No
POSIX 1003.2-1992; 1003.1-2001