PointCardRW.CapTracksToWrite Property
2/27/2008
Gets a bitmask that indicates which tracks are writable on the point card.
Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property CapTracksToWrite As PointCardRWTracks
public abstract PointCardRWTracks CapTracksToWrite { get; }
public:
virtual property PointCardRWTracks CapTracksToWrite {
PointCardRWTracks get () abstract;
}
/** @property */
public abstract PointCardRWTracks get_CapTracksToWrite ()
public abstract function get CapTracksToWrite () : PointCardRWTracks
Remarks
A bitmask that indicates which magnetic tracks are writable on the inserted point card. The value contained in the CapTracksToWrite 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 CapTracksToWrite 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