API Reference
Struct
QrStructuredAppend
Structured append metadata for multi-symbol QR payloads.
Inheritance
- ValueType
- QrStructuredAppend
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property QrDecoded.StructuredAppend
Constructors
public QrStructuredAppend(Int32 index, Int32 total, Int32 parity) #Creates structured append metadata.
Parameters
- index System.Int32
- Index of this symbol in the sequence (1..16).
- total System.Int32
- Total number of symbols in the sequence (1..16).
- parity System.Int32
- Parity for reassembly (0..255).