N_HDLC_TTY_RECEIVE

Section: (9)
Updated: 09 October 2005
Index Return to Main Contents

 

NAME

n_hdlc_tty_receive - Called by tty driver when receive data is available  

SYNOPSIS

"SYNOPSIS"

void n_hdlc_tty_receive (struct tty_struct * tty, const __u8 * data, char * flags, int count);  

ARGUMENTS

tty
-- undescribed --
data
-- undescribed --
flags
-- undescribed --
count
-- undescribed --
 

DESCRIPTION

tty - pointer to tty instance data data - pointer to received data flags - pointer to flags for data count - count of received data in bytes

Called by tty low level driver when receive data is available. Data is interpreted as one HDLC frame.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 00:02:31 GMT, October 09, 2005