Enum AlertDuration
- Namespace
 - TechnologySolutions.Rfid.AsciiProtocol
 
- Assembly
 - TechnologySolutions.Rfid.AsciiProtocol.Core.dll
 
The set of values that are appropriate for the AlertDuration
public enum AlertDuration
  - Extension Methods
 
Fields
[EnumExtension("lon", "Long")] Long = 2A long duration has been specified and is sent as 'lon'_
[EnumExtension("med", "Medium")] Medium = 1A medium duration has been specified and is sent as 'med'_
[EnumExtension("sho", "Short")] Short = 0A short duration has been specified and is sent as 'sho'_