Table of Contents

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

[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