Data block with raw data and it's Error Correction Code data.
More...
|
| $dataLength |
|
| $data = array() |
|
| $eccLength |
|
| $ecc = array() |
|
Data block with raw data and it's Error Correction Code data.
QRrsblock::__construct |
( |
|
$dl, |
|
|
|
$data, |
|
|
|
$el, |
|
|
& |
$ecc, |
|
|
QRrsItem |
$rs |
|
) |
| |
Data block Constructor.
- Parameters
-
Integer | $dl | length of data stream |
Array | $data | data stream |
Integer | $el | ECC length |
Array | $el | ECC stream (modified, by reference) |
QRrsItem | $rs | RS encoding item |
The documentation for this class was generated from the following file: