.\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\"
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng .
.TH "DVB_CA_EN50221_WRITE_DATA" "9" "09 October 2005" "" ""
.SH NAME
dvb_ca_en50221_write_data \-
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int dvb_ca_en50221_write_data (struct dvb_ca_private * \fIca\fB, int \fIslot\fB, u8 * \fIbuf\fB, int \fIbytes_write\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIca\fB\fR
-- undescribed --
.TP
\fB\fIslot\fB\fR
-- undescribed --
.TP
\fB\fIbuf\fB\fR
-- undescribed --
.TP
\fB\fIbytes_write\fB\fR
-- undescribed --
.SH "DESCRIPTION"
.PP
to a CAM.
.PP
\fIparam\fR ca CA instance.
\fIparam\fR slot Slot to write to.
\fIparam\fR ebuf The data in this buffer is treated as a complete link-level packet to
be written.
\fIparam\fR count Size of ebuf.
.PP
\fIreturn\fR Number of bytes written, or < 0 on error.