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

2/27/2008

Enumerates the supported colors for the Light device.

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

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration LightColors
[FlagsAttribute] 
public enum LightColors
[FlagsAttribute] 
public enum class LightColors
/** @attribute FlagsAttribute() */ 
public enum LightColors
FlagsAttribute 
public enum LightColors

Members

Member name Description
Custom1 Supports first custom color (usually red).
Custom2 Supports second custom color (usually yellow).
Custom3 Supports third custom color.
Custom4 Supports fourth custom color.
Custom5 Supports fifth custom color.
Primary Supports primary color (usually green).

Remarks

LightColors is a logical value or a combination of the listed members.

This property is initialized by the Open method. If the device supports only one color, it is initialized to Primary.

See Also

Reference

Microsoft.PointOfService Namespace