Click or drag to resize

TagErrorCode Enumeration

Enumeration of tag read failure types.

Namespace: Orthogonal.NTagLite
Assembly: Orthogonal.NTagLite (in Orthogonal.NTagLite.dll) Version: 3.0.4
Syntax
C#
public enum TagErrorCode
Members
Member nameValueDescription
UnsupportedTagVersion900 An unsupported tag version was found.
UnsupportedTagUnsynchronisation901 Synchronisation of tags or frames is not supported.
UnsupportedTagCompression902 Tag compression is not supported.
TagDataExhausted903 The input data was exhaused before all tag data could be read.
FrameDataExhausted904 The input data was exhaused before frame data could be read.
UnsupportedFrameCompression905 Frame compression is not supported.
UnsupportedFrameEncryption906 Frame encryption is not supported.
UnsupportedFrameGrouping907 Frame grouping is not supported.
UnsupportedFrameLengthIndicator908 Frame length indicator is not supported.
UnsupportedFrameUnsynchronisation909 Frame unsynchronisation is not supported.
UnknownV22FrameId910 An unknown v2.2 frame Id was found and cannot be converted into a v2.3 equivalent.
V24FrameLengthEncoding911 The encoding of the v2.4 frame length cannot be determined as both the Int32 and synchsafe decoded values do not unambiguously point to a following valid frame.
See Also