TrainingModeState Enumeration (POS for .NET v1.14 SDK Documentation)

3/2/2014

Enumerates the state of the training mode.

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

Syntax

'Declaration
<SuppressMessageAttribute("Microsoft.Design", "CA1008:EnumsShouldHaveZeroValue", Justification:="UPOS specification does not include 0.")> _
Public Enumeration TrainingModeState
[SuppressMessageAttribute("Microsoft.Design", "CA1008:EnumsShouldHaveZeroValue", Justification="UPOS specification does not include 0.")] 
public enum TrainingModeState
[SuppressMessageAttribute(L"Microsoft.Design", L"CA1008:EnumsShouldHaveZeroValue", Justification=L"UPOS specification does not include 0.")] 
public enum class TrainingModeState
/** @attribute SuppressMessageAttribute("Microsoft.Design", "CA1008:EnumsShouldHaveZeroValue", Justification="UPOS specification does not include 0.") */ 
public enum TrainingModeState
SuppressMessageAttribute("Microsoft.Design", "CA1008:EnumsShouldHaveZeroValue", Justification="UPOS specification does not include 0.") 
public enum TrainingModeState

Members

Member name Description
False The device is in normal mode.
True The device is in training mode.
Unknown Unknown.

See Also

Reference

Microsoft.PointOfService Namespace