RemoteOrderDisplay.AutoToneFrequency Property
2/27/2008
Gets or sets the frequency (in Hertz) of the automatic tone for the video unit specified by the CurrentUnitId property.
Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)
Syntax
'Declaration
Public MustOverride Property AutoToneFrequency As Integer
public abstract int AutoToneFrequency { get; set; }
public:
virtual property int AutoToneFrequency {
int get () abstract;
void set (int value) abstract;
}
/** @property */
public abstract int get_AutoToneFrequency ()
/** @property */
public abstract void set_AutoToneFrequency (int value)
public abstract function get AutoToneFrequency () : int
public abstract function set AutoToneFrequency (value : int)
Remarks
AutoToneFrequency is typically initialized to the default value for each online video unit. It should then be kept current by the service object while the device is enabled.
Accessing AutoToneFrequency may cause a PosControlException to be thrown with the following ErrorCode:
Value |
Description |
Illegal |
An illegal value was specified. The ErrorString property is updated before return. |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.
See Also
Reference
RemoteOrderDisplay Class
RemoteOrderDisplay Members
Microsoft.PointOfService Namespace
CurrentUnitId