ClockFunction Enumeration (POS for .NET v1.12 SDK Documentation)

2/27/2008

Enumerates valid clock commands.

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

Syntax

'Declaration
Public Enumeration ClockFunction
public enum ClockFunction
public enum class ClockFunction
public enum ClockFunction
public enum ClockFunction

Members

Member name Description
Move Moves an instantiated clock to a new position.
Pause Temporarily stops a clock from updating the display until a Resume is requested.
Resume Resumes a clock that was previously paused, in such a way that display updates continue.
Start Starts a clock display assigned to the given clockId.
Stop Permanently stops the clock from updating the display, and the clockId becomes free.

Remarks

Used together with the function parameter of the ControlClock method.

The members of this enumeration replace the ROD_CLK_START, ROD_CLK_PAUSE, ROD_CLK_RESUME, ROD_CLK_STOP, and ROD_CLK_MOVE UPOS constants.

See Also

Reference

Microsoft.PointOfService Namespace
ControlClock