PointCardRW.CapTracksToRead Property
Indicates which magnetic tracks are accessible.
Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)
Usage
'Usage
Dim pointCardRW1 As PointCardRW
Dim returnValue As PointCardRWTracks
returnValue = pointCardRW1.CapTracksToRead
Syntax
'Declaration
Public MustOverride ReadOnly Property CapTracksToRead() As PointCardRWTracks
public abstract PointCardRWTracks CapTracksToRead {get;}
public: property virtual PointCardRWTracks^ CapTracksToRead{
PointCardRWTracks^ get();
}
public abstract PointCardRWTracks get_CapTracksToRead();
public abstract function get CapTracksToRead() : PointCardRWTracks;
Remarks
A bit mask indicating which magnetic tracks are accessible on the inserted point card. The value contained in this property is a bit-wise OR of the constants Track1 through Track6.
For example, access to track 1 is possible when the bit is Track1.
CapTracksToRead 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