Class QRVersion.CorrectionBlock
Inheritance
System.Object
QRVersion.CorrectionBlock
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Azos.Media.TagCodes.QR
Assembly: Azos.Media.dll
Syntax
public sealed class CorrectionBlock
Constructors
CorrectionBlock(Int32, Int32)
Declaration
public CorrectionBlock(int qty, int codewords)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | qty | |
System.Int32 | codewords |
Fields
Codewords
Declaration
public readonly int Codewords
Field Value
Type | Description |
---|---|
System.Int32 |
Qty
Declaration
public readonly int Qty
Field Value
Type | Description |
---|---|
System.Int32 |