N_HDLC_TTY_WRITE

Section: (9)
Updated: 09 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 unsigned char * 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: 00:02:31 GMT, October 09, 2005