Share via


MsrTrackData Class

2/27/2008

An instance of MsrTrackData is returned by the ParseMsrTrackData protected method of the MsrBase class. Tracks 1 through 4 are decoded and stored in each of the four, discrete Track properties.

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

Syntax

'Declaration
Public Class MsrTrackData
public class MsrTrackData
public ref class MsrTrackData
public class MsrTrackData
public class MsrTrackData

Remarks

An instance of MsrTrackData is returned by the ParseMsrTrackData protected method of the MsrBase class. Tracks 1 through 4 are decoded and stored in each of the four, discrete Track properties.

Inheritance Hierarchy

System.Object
  Microsoft.PointOfService.BaseServiceObjects.MsrTrackData

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.

See Also

Reference

MsrTrackData Members
Microsoft.PointOfService.BaseServiceObjects Namespace