Share via


PointCardReceiveLengths Struct

Definition

Defines a programmatic structure used by the service object to communicate the length of track data for a Point Card Reader Writer device.

public struct PointCardReceiveLengths
type PointCardReceiveLengths = struct
Public Structure PointCardReceiveLengths
Inheritance
PointCardReceiveLengths

Constructors

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

Creates an instance of PointCardReceiveLengths with the specified data tracks.

Properties

Track1

Holds the length in bytes for Track 1.

Track2

Holds the length in bytes for Track 2.

Track3

Holds the length in bytes for Track 3.

Track4

Holds the length in bytes for Track 4.

Track5

Holds the length in bytes for Track 5.

Track6

Holds the length in bytes for Track 6.

Methods

Equals(Object)

Determines whether the specified object is equal to the current PointCardReceiveLengths.

Equals(PointCardReceiveLengths, PointCardReceiveLengths)

Determines whether the specified PointCardReceiveLengths instances are equal.

Equals(PointCardReceiveLengths)

Determines whether the specified PointCardReceiveLengths is equal to the current PointCardReceiveLengths.

GetHashCode()

Returns the hash code of the current PointCardReceiveLengths.

Operators

Equality(PointCardReceiveLengths, Object)

Compares the specified PointCardReceiveLengths and object to determine whether they are equal.

Inequality(PointCardReceiveLengths, Object)

Returns a value indicating whether an instance of PointCardReceiveLengths and an object are not equal.

Applies to