DVB_CA_EN50221_READ_DATA

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

 

NAME

dvb_ca_en50221_read_data -  

SYNOPSIS

"SYNOPSIS"

int dvb_ca_en50221_read_data (struct dvb_ca_private * ca, int slot, u8 * ebuf, int ecount);  

ARGUMENTS

ca
-- undescribed --
slot
-- undescribed --
ebuf
-- undescribed --
ecount
-- undescribed --
 

DESCRIPTION

data from the CAM. The data can either be stored in a supplied buffer, or automatically be added to the slot's rx_buffer.

param ca CA instance. param slot Slot to read from. param ebuf If non-NULL, the data will be written to this buffer. If NULL, the data will be added into the buffering system as a normal fragment. param ecount Size of ebuf. Ignored if ebuf is NULL.

return Number of bytes read, or < 0 on error


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

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