Share via


PointCardReadWriteState Enumeration

Indicates track status information.

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

Usage

'Usage
Dim pointCardReadWriteState1 As PointCardReadWriteState = PointCardReadWriteState.Encode

Syntax

'Declaration
Public Enum PointCardReadWriteState
public enum PointCardReadWriteState
public enum class PointCardReadWriteState
public enum PointCardReadWriteState
public enum PointCardReadWriteState

Members

Member name Description
Encode There is no encoding.
End It is an end sentinel error.
Failure It is another error.
LrcError It is an LRC error.
Parity It is a parity error.
Start It is a start sentinel error.
Success Successful read of the data.
Verify It is a verify error.

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
ReadState