Share via


PointCardRW.Track5Data Property (POS for .NET v1.12 SDK Documentation)

2/27/2008

Gets the Track5 data from the point card.

Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property Track5Data As Byte()
public abstract byte[] Track5Data { get; }
public:
virtual property array<unsigned char>^ Track5Data {
    array<unsigned char>^ get () abstract;
}
/** @property */
public abstract byte[] get_Track5Data ()
public abstract function get Track5Data () : byte[]

Remarks

Track5Data contains track data between, but excluding the start and end sentinels.

An empty string indicates the track is inaccessible.

Track5Data 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