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