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

2/27/2008

Lists the possible combinations of track data to be read.

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

Syntax

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

Members

Member name Description
None No track will be obtained.
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

Used by the TracksToRead property. Members of this enumeration replace the MSR_TR_ range of UPOS 1.11 constants.

See Also

Reference

Microsoft.PointOfService Namespace
Msr.TracksToRead Property