In temporary mode buzzer is not activated if the repeatCount is set to 0. If permanent mode is in operation and beeping is required (on / off period set) the repeat count is set to 0.
Overview of AscBuzzerProfileItem goes here.
AscBuzzerProfileItem
| Field | Type | Inherited from | Description |
|---|---|---|---|
| OffTimeMs | Int32 | AscBuzzerProfileItem | Gets or sets the duration in milliseconds the buzzer stays silent during the “off” phase (UI configurable in 100ms steps). |
| OnTimeMs | Int32 | AscBuzzerProfileItem | Gets or sets the duration in milliseconds the buzzer beeps “on” (UI configurable in 100ms steps). |
| RepeatCount | Int32 | AscBuzzerProfileItem | Number of buzzer on/off cycles. The maximum value is 255 |
{
"OffTimeMs" : "Int32",
"OnTimeMs" : "Int32",
"RepeatCount" : "Int32"
}