MsrTracks Enumeration

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

Usage

'Usage
Dim msrTracks1 As MsrTracks = MsrTracks.Track1

Syntax

'Declaration
Public Enum MsrTracks
public enum MsrTracks
public enum class MsrTracks
public enum MsrTracks
public enum MsrTracks

Example

Microsoft.PointOfService.Msr.TracksToRead

Members

Member name Description
Track1 Obtain track 1.
Track2 Obtain track 2.
Track3 Obtain track 3.
Track4 Obtain track 4.
Tracks12 Obtain tracks 1 and 2.
Tracks123 Obtain tracks 1, 2, and 3.
Tracks1234 Obtain tracks 1, 2, 3, and 4.
Tracks124 Obtain tracks 1, 2, and 4.
Tracks13 Obtain tracks 1 and 3.
Tracks134 Obtain tracks 1, 3, and 4.
Tracks14 Obtain tracks 1 and 4.
Tracks23 Obtain tracks 2 and 3.
Tracks234 Obtain tracks 2, 3, and 4.
Tracks24 Obtain tracks 2 and 4.
Tracks34 Obtain tracks 3 and 4.

Remarks

Defines the possible combinations of track data to be read for the TracksToRead property. Replaces the MSR_TR_n range of constants.

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