Share via


HealthCheckLevel Enumeration

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

Usage

'Usage
Dim healthCheckLevel1 As HealthCheckLevel = HealthCheckLevel.External

Syntax

'Declaration
Public Enum HealthCheckLevel
public enum HealthCheckLevel
public enum class HealthCheckLevel
public enum HealthCheckLevel
public enum HealthCheckLevel

Members

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

Remarks

Defines the possible types of health checks to be performed on a device. Used by the CheckHealth method. Replaces the CH_INTERNAL, CH_EXTERNAL, and CH_INTERACTIVE constants.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.PointOfService Namespace
CheckHealth