Class CardTrackData
Holds the card track data. Track is specified by the TrackNum property.
Inheritance
System.Object
CardTrackData
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: SIX.TimApi
Assembly: TimApi.dll
Syntax
public class CardTrackData
Constructors
CardTrackData(Int32, Byte[])
Card track data.
Declaration
public CardTrackData(int trackNum, byte[] data)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | trackNum | |
System.Byte[] | data |
Properties
TrackData
Holds the card track data (if present).
Declaration
public byte[] TrackData { get; }
Property Value
Type | Description |
---|---|
System.Byte[] | The card track data. |
TrackNum
Specifies the card track (1, 2 or 3).
Declaration
public int TrackNum { get; }
Property Value
Type | Description |
---|---|
System.Int32 | The track number. |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()