Share via


PointCardRW.ReadState Property

Contains read state information for Track1 through Track6.

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

Usage

'Usage
Dim pointCardRW1 As PointCardRW

Dim returnValue As PointCardReadWriteStates
returnValue = pointCardRW1.ReadState

Syntax

'Declaration
Public MustOverride ReadOnly Property ReadState() As PointCardReadWriteStates
public abstract PointCardReadWriteStates ReadState {get;}
public: property virtual PointCardReadWriteStates^ ReadState{
    PointCardReadWriteStates^ get();
}
public abstract PointCardReadWriteStates get_ReadState();
public abstract function get ReadState() : PointCardReadWriteStates;

Remarks

The service object initializes ReadState immediately before it queues an ErrorEvent or DataEvent.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

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

Target Platforms

See Also

Reference

PointCardRW Class
PointCardRW Members
Microsoft.PointOfService Namespace