Enum QtMode
- Namespace
- TechnologySolutions.Rfid.AsciiProtocol
- Assembly
- TechnologySolutions.Rfid.AsciiProtocol.Core.dll
Specifies the QT mode for the ReadTransponderCommand and WriteTransponderCommand commands
public enum QtMode
- Extension Methods
Fields
[EnumExtension("3", "Read or write the QT control word")] AccessControlWord = 3
Read or write the QT control word
[EnumExtension("1", "Read or write the private memory")] AccessPrivateMemory = 1
Read or write the private memory
[EnumExtension("2", "Read or write the private memory with short range")] AccessPrivateMemoryShortRange = 2
Read or write the private memory using short range
[EnumExtension("0", "Standard read / write")] None = 0
A standard read or write is executed. No QT action is performed.
Remarks
Added in ASCII Protocol v2.4