Share via


PointCardReadWriteStates Struct

Definition

Defines a programmatic structure used by the service object to communicate write or read state information for a Point Card Reader Writer device during an error condition.

public struct PointCardReadWriteStates
type PointCardReadWriteStates = struct
Public Structure PointCardReadWriteStates
Inheritance
PointCardReadWriteStates

Constructors

PointCardReadWriteStates(PointCardReadWriteState, PointCardReadWriteState, PointCardReadWriteState, PointCardReadWriteState, PointCardReadWriteState, PointCardReadWriteState)

Creates a new instance of PointCardReadWriteStates from parameters specifying the instance's constituent parts.

Properties

Track1
Track2
Track3
Track4
Track5
Track6

Methods

Equals(Object)

Determines whether the specified Object is equal to the current PointCardReadWriteStates.

Equals(PointCardReadWriteStates, PointCardReadWriteStates)

Determines whether the specified PointCardReadWriteStates instances are equal.

Equals(PointCardReadWriteStates)

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

GetHashCode()

Returns the hash code of the current PointCardReadWriteStates.

Operators

Equality(PointCardReadWriteStates, Object)

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

Inequality(PointCardReadWriteStates, Object)

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

Applies to