HealthCheckLevel Enumeration

2/27/2008

Enumerates the possible types of health checks to be performed on a device.

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

Syntax

'Declaration
Public Enumeration HealthCheckLevel
public enum HealthCheckLevel
public enum class HealthCheckLevel
public enum HealthCheckLevel
public enum HealthCheckLevel

Members

Member name Description
External Performs a more thorough test that may change the device. For example, a pattern may be printed on the printer.
Interactive Performs an interactive test of the device. The supporting service object typically displays a modal dialog box to present test options and results.
Internal Performs a health check that does not physically change the device. The device is tested by internal tests to the extent possible.

Remarks

Used by the CheckHealth method. Members of this enumeration replace the CH_INTERNAL, CH_EXTERNAL, and CH_INTERACTIVE UPOS constants.

See Also

Reference

Microsoft.PointOfService Namespace
CheckHealth