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

2/27/2008

Enumerates the possible tracks to read from or write to.

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

Syntax

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

Members

Member name Description
Track1 Track 1
Track2 Track 2
Track3 Track 3
Track4 Track 4
Track5 Track 5
Track6 Track 6

Remarks

Used by the TracksToRead,TracksToWrite, CapTracksToRead, and CapTracksToWrite properties. Members of this enumeration replace the PCRW_TRACKn range of UPOS constants.

See Also

Reference

Microsoft.PointOfService Namespace
PointCardRW.CapTracksToRead Property
PointCardRW.CapTracksToWrite Property
PointCardRW.TracksToRead Property
PointCardRW.TracksToWrite Property