MsrFieldData Class

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

Usage

'Usage
Dim msrFieldData1 As New MsrFieldData()

Syntax

'Declaration
Public Class MsrFieldData
public class MsrFieldData
public ref class MsrFieldData
public class MsrFieldData
public class MsrFieldData

Remarks

An instance of MsrFieldData is returned by the ParseMsrFieldData protected method of the MsrBase class. The string fields and discretionary data are decoded, then stored in their respective properties.

Inheritance Hierarchy

System.Object
  Microsoft.PointOfService.BaseServiceObjects.MsrFieldData

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

MsrFieldData Members
Microsoft.PointOfService.BaseServiceObjects Namespace