Share via


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

2/27/2008

Gets the Track6 data from the point card.

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

Syntax

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

Remarks

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

An empty string indicates the track is inaccessible.

Track6Data 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