Share via


PointCardReceiveLengths(Int32, Int32, Int32, Int32, Int32, Int32) Constructor

Definition

Creates an instance of PointCardReceiveLengths with the specified data tracks.

public PointCardReceiveLengths (int track1, int track2, int track3, int track4, int track5, int track6);
new Microsoft.PointOfService.PointCardReceiveLengths : int * int * int * int * int * int -> Microsoft.PointOfService.PointCardReceiveLengths
Public Sub New (track1 As Integer, track2 As Integer, track3 As Integer, track4 As Integer, track5 As Integer, track6 As Integer)

Parameters

track1
Int32

The first data track's length in bytes.

track2
Int32

The second data track's length in bytes.

track3
Int32

The third data track's length in bytes.

track4
Int32

The fourth data track's length in bytes.

track5
Int32

The fifth data track's length in bytes.

track6
Int32

The sixth data track's length in bytes.

Applies to