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 = 2
A long duration has been specified and is sent as 'lon'_
[EnumExtension("med", "Medium")] Medium = 1
A medium duration has been specified and is sent as 'med'_
[EnumExtension("sho", "Short")] Short = 0
A short duration has been specified and is sent as 'sho'_