Class BeepRequest
Details about a requested beep
Inherited Members
Namespace: DuetAPI.ObjectModel
Assembly: DuetAPI.dll
Syntax
public sealed class BeepRequest : ModelObject, IModelObject, ICloneable, INotifyPropertyChanged, INotifyPropertyChanging
Properties
Duration
Duration of the requested beep (in ms)
Declaration
public int Duration { get; set; }
Property Value
Type | Description |
---|---|
int |
Frequency
Frequency of the requested beep (in Hz)
Declaration
public int Frequency { get; set; }
Property Value
Type | Description |
---|---|
int |