Share via


RemoteOrderDisplay.SystemClocks Property (POS for .NET v1.12 SDK Documentation)

2/27/2008

Gets the total number of clocks the remote order display device can support at one time.

Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property SystemClocks As Integer
public abstract int SystemClocks { get; }
public:
virtual property int SystemClocks {
    int get () abstract;
}
/** @property */
public abstract int get_SystemClocks ()
public abstract function get SystemClocks () : int

Remarks

SystemClocks is set and updated by the service object, based on the capabilities of the device.

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
RemoteOrderDisplay.Clocks Property