BuzzerOperationMode Enumeration |
Specifies the beep mode of buzzer.
Namespace:
com.gigatms.Parameters.TS100
Assembly:
GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.16.9.0 (2.16.9.0)
Syntaxpublic enum BuzzerOperationMode
Public Enumeration BuzzerOperationMode
public enum class BuzzerOperationMode
Members
| Member name | Value | Description |
---|
| OFF | 0 |
Selects to turn off beep sound
|
| ONCE | 127 |
Selects to sound the beep once
|
| REPEAT | 255 |
Selects to repeatly sound the beep
|
See Also