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