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 = 2a high tone has been specified and is sent as 'hig'
[EnumExtension("low", "Low")] Low = 0a low tone has been specified and is sent as 'low'_
[EnumExtension("med", "Med")] Medium = 1a medium tone has been specified and is sent as 'med'