Share via


PointCardReceiveLengths Constructor

2/27/2008

Creates an instance of PointCardReceiveLengths with the specified data tracks.

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

Syntax

'Declaration
Public Sub New ( _
    track1 As Integer, _
    track2 As Integer, _
    track3 As Integer, _
    track4 As Integer, _
    track5 As Integer, _
    track6 As Integer _
)
public PointCardReceiveLengths (
    int track1,
    int track2,
    int track3,
    int track4,
    int track5,
    int track6
)
public:
PointCardReceiveLengths (
    int track1, 
    int track2, 
    int track3, 
    int track4, 
    int track5, 
    int track6
)
public PointCardReceiveLengths (
    int track1, 
    int track2, 
    int track3, 
    int track4, 
    int track5, 
    int track6
)
public function PointCardReceiveLengths (
    track1 : int, 
    track2 : int, 
    track3 : int, 
    track4 : int, 
    track5 : int, 
    track6 : int
)

Parameters

  • track1
    The first data track's length in bytes.
  • track2
    The second data track's length in bytes.
  • track3
    The third data track's length in bytes.
  • track4
    The fourth data track's length in bytes.
  • track5
    The fifth data track's length in bytes.
  • track6
    The sixth data track's length in bytes.

Remarks

Creates an instance of PointCardReceiveLengths with the specified data tracks.

See Also

Reference

PointCardReceiveLengths Structure
PointCardReceiveLengths Members
Microsoft.PointOfService Namespace