Enum BuzzerTone
- Namespace
- TechnologySolutions.Rfid.AsciiProtocol
- Assembly
- TechnologySolutions.Rfid.AsciiProtocol.Core.dll
Provides values for the BuzzerTone value
public enum BuzzerTone
- Extension Methods
Fields
[EnumExtension("hig", "High")] High = 2
a high tone has been specified and is sent as 'hig'
[EnumExtension("low", "Low")] Low = 0
a low tone has been specified and is sent as 'low'_
[EnumExtension("med", "Med")] Medium = 1
a medium tone has been specified and is sent as 'med'