N_HDLC_TTY_WRITE
Section: ()
Updated: 06 October 2005
Index
Return to Main Contents
NAME
n_hdlc_tty_write - write a single frame of data to device
SYNOPSIS
"SYNOPSIS"
ssize_t n_hdlc_tty_write (struct tty_struct * tty, struct file * file, const __u8 * data, size_t count);
ARGUMENTS
- tty
-
-- undescribed --
- file
-
-- undescribed --
- data
-
-- undescribed --
- count
-
-- undescribed --
DESCRIPTION
tty - pointer to associated tty device instance data
file - pointer to file object data
data - pointer to transmit data (one frame)
count - size of transmit frame in bytes
Returns the number of bytes written (or error code).
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- DESCRIPTION
-
This document was created by
man2html,
using the manual pages.
Time: 06:21:01 GMT, October 06, 2005