PHP QrCode Liblary  2.0
 All Classes Functions Variables Groups Pages
Public Member Functions | Public Attributes | List of all members
QRrsblock Class Reference

Data block with raw data and it's Error Correction Code data. More...

Public Member Functions

 __construct ($dl, $data, $el, &$ecc, QRrsItem $rs)
 Data block Constructor. More...
 

Public Attributes

 $dataLength
 
 $data = array()
 
 $eccLength
 
 $ecc = array()
 

Detailed Description

Data block with raw data and it's Error Correction Code data.

Constructor & Destructor Documentation

QRrsblock::__construct (   $dl,
  $data,
  $el,
$ecc,
QRrsItem  $rs 
)

Data block Constructor.

Parameters
Integer$dllength of data stream
Array$datadata stream
Integer$elECC length
Array$elECC stream (modified, by reference)
QRrsItem$rsRS encoding item

The documentation for this class was generated from the following file: