Enum SwitchAction
- Namespace
- TechnologySolutions.Rfid.AsciiProtocol
- Assembly
- TechnologySolutions.Rfid.AsciiProtocol.Core.dll
Types of switch action
public enum SwitchAction
- Extension Methods
Fields
[EnumExtension("ad", "Antenna Default")] AntennaDefault = 6
Perform the default action for the attached antenna
Different antennas have different primary and secondary functions. Where an antenna supports RFID and barcode then the primary (single press) default may be RFID inventory and the secondary (double press) default may be barcode. If the antenna is a barcode only both actions may default to barcode. This value states that the switch should perform the default action for the antenna
[EnumExtension("bar", "Barcode")] Barcode = 4
Barcode - perform the command with the last specified parameters
[EnumExtension("inv", "Inventory")] Inventory = 3
Inventory - perform the command with the last specified parameters
[EnumExtension("off", "Off")] Off = 0
Off - no action
[EnumExtension("rd", "Read")] Read = 1
Read - perform the command with the last specified parameters
[EnumExtension("usr", "User defined")] User = 5
Perform the user specified command
[EnumExtension("wr", "Write")] Write = 2
Write - perform the command with the last specified parameters