PointCardRW.Track1Data Property
2/27/2008
Gets the Track1 data from the point card.
Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property Track1Data As Byte()
public abstract byte[] Track1Data { get; }
public:
virtual property array<unsigned char>^ Track1Data {
array<unsigned char>^ get () abstract;
}
/** @property */
public abstract byte[] get_Track1Data ()
public abstract function get Track1Data () : byte[]
Remarks
Track1Data contains track data between, but excluding the start and end sentinels.
An empty string indicates the track is inaccessible.
Track1Data is set and kept current by the service object while the device is enabled.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.
See Also
Reference
PointCardRW Class
PointCardRW Members
Microsoft.PointOfService Namespace