Enum TransponderWriteExtension
- Namespace
 - TechnologySolutions.Rfid.AsciiProtocol
 
- Assembly
 - TechnologySolutions.Rfid.AsciiProtocol.Core.dll
 
Defines the Impinj Extension options for the BlockWrite command as used with BlockWrite
public enum TransponderWriteExtension
  - Extension Methods
 
Fields
[EnumExtension("a", "Auto. The reader will select the most appropriate mode")] Auto = 0Auto. The reader will select the most appropriate mode
[EnumExtension("1", "Force 1. Block write will always write one word at a time")] ForceOne = 1Force 1. Block write will always write one word at a time
[EnumExtension("2", "Force 2. Block write will always write two words at a time")] ForceTwo = 2Force 2. Block write will always write two words at a time