Share via


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

2/27/2008

Gets a bitmask that indicates which magnetic tracks are available.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property CapTracksToRead As PointCardRWTracks
public abstract PointCardRWTracks CapTracksToRead { get; }
public:
virtual property PointCardRWTracks CapTracksToRead {
    PointCardRWTracks get () abstract;
}
/** @property */
public abstract PointCardRWTracks get_CapTracksToRead ()
public abstract function get CapTracksToRead () : PointCardRWTracks

Remarks

A bitmask that indicates which magnetic tracks can be accessed on the inserted point card. The value contained in this property is a bitwise OR of the constants Track1 through Track6. Valid values are defined by the PointCardRWTracks enumeration.

For example, access to track 1 is possible when the bit is Track1.

The CapTracksToRead property is updated by the service object, based on the capabilities of the device.

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