CodeGlyphX logo
CodeGlyphX

API Reference

Struct

QrStructuredAppend

Namespace CodeGlyphX
Assembly CodeGlyphX
Base ValueType
Modifiers sealed

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

Constructors

public QrStructuredAppend(Int32 index, Int32 total, Int32 parity) #

Creates structured append metadata.

Parameters

index System.Int32 requiredposition: 0
Index of this symbol in the sequence (1..16).
total System.Int32 requiredposition: 1
Total number of symbols in the sequence (1..16).
parity System.Int32 requiredposition: 2
Parity for reassembly (0..255).

Methods

public override String ToString() #
Returns: String

Properties

public Int32 Index { get; } #

Index of this symbol in the sequence (1..16).

public Int32 Total { get; } #

Total number of symbols in the sequence (1..16).

public Int32 Parity { get; } #

Parity for reassembly (0..255).

public Boolean IsValid { get; } #

Returns true when the values are within the QR structured-append range.