.\" 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_READ_TUPLE" "9" "09 October 2005" "" ""
.SH NAME
dvb_ca_en50221_read_tuple \-
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int dvb_ca_en50221_read_tuple (struct dvb_ca_private * \fIca\fB, int \fIslot\fB, int * \fIaddress\fB, int * \fItupleType\fB, int * \fItupleLength\fB, u8 * \fItuple\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIca\fB\fR
-- undescribed --
.TP
\fB\fIslot\fB\fR
-- undescribed --
.TP
\fB\fIaddress\fB\fR
-- undescribed --
.TP
\fB\fItupleType\fB\fR
-- undescribed --
.TP
\fB\fItupleLength\fB\fR
-- undescribed --
.TP
\fB\fItuple\fB\fR
-- undescribed --
.SH "DESCRIPTION"
.PP
.PP
\fIparam\fR ca CA instance.
\fIparam\fR slot Slot id.
\fIparam\fR address Address to read from. Updated.
\fIparam\fR tupleType Tuple id byte. Updated.
\fIparam\fR tupleLength Tuple length. Updated.
\fIparam\fR tuple Dest buffer for tuple (must be 256 bytes). Updated.
.PP
\fIreturn\fR 0 on success, nonzero on error.