Share via


PointCardRW.CapTracksToWrite Property

Indicates which tracks are writable on the point card.

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

Usage

'Usage
Dim pointCardRW1 As PointCardRW

Dim returnValue As PointCardRWTracks
returnValue = pointCardRW1.CapTracksToWrite

Syntax

'Declaration
Public MustOverride ReadOnly Property CapTracksToWrite() As PointCardRWTracks
public abstract PointCardRWTracks CapTracksToWrite {get;}
public: property virtual PointCardRWTracks^ CapTracksToWrite{
    PointCardRWTracks^ get();
}
public abstract PointCardRWTracks get_CapTracksToWrite();
public abstract function get CapTracksToWrite() : PointCardRWTracks;

Remarks

A bit mask indicating which magnetic tracks are writable on the inserted point card. The value contained in CapTracksToWrite is a bit-wise OR of the constants Track1 through Track6.

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

CapTracksToWrite is typically initialized to Track1. It should then be 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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, and Windows 2000

Target Platforms

See Also

Reference

PointCardRW Class
PointCardRW Members
Microsoft.PointOfService Namespace