Table of Contents

Enum TransponderWriteMode

Namespace
TechnologySolutions.Rfid.AsciiProtocol
Assembly
TechnologySolutions.Rfid.AsciiProtocol.Core.dll

Determines the Class One Generation Two command used by the reader to perform write operations on a transponder

public enum TransponderWriteMode
Extension Methods

Fields

[EnumExtension("b", "Uses the C1G2 BlockWrite command to write to a transponder up to two words at a time")] BlockWrite = 1

Uses the C1G2 BlockWrite command to write to a transponder up to two words at a time

[EnumExtension("s", "Uses the C1G2 Write command to write to a transponder a single word at a time")] SingleWordWrite = 0

Uses the C1G2 Write command to write to a transponder a single word at a time