Share via


Msr.CapWritableTracks Property (POS for .NET v1.12 SDK Documentation)

2/27/2008

Indicates if the MSR device supports the writing of track data, and which tracks are supported.

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

Syntax

'Declaration
Public Overridable ReadOnly Property CapWritableTracks As MsrTracks
public virtual MsrTracks CapWritableTracks { get; }
public:
virtual property MsrTracks CapWritableTracks {
    MsrTracks get ();
}
/** @property */
public MsrTracks get_CapWritableTracks ()
public function get CapWritableTracks () : MsrTracks

Remarks

This capability indicates if the MSR device supports the writing of track data - and which tracks are supported - or if this functionality is not supported.

For example, if set to Tracks123 then the MSR device supports writing to tracks 1, 2, and 3; if set to None, then writing to MSR tracks is not supported. Possible values are listed below:

Value

Meaning

None

The MSR does not support writing track data.

Tracks1

Track 1 is writable.

Tracks2

Track 2 is writable.

Tracks3

Track 3 is writable.

Tracks12

Tracks 1 and 2 are writable.

Tracks13

Tracks 1 and 3 are writable.

Tracks23

Tracks 2 and 3 are writable.

Tracks123

Tracks 1, 2, and 3 are writable.

Tracks4

Track 4 is writable.

Tracks14

Tracks 1 and 4 are writable.

Tracks24

Tracks 2 and 4 are writable.

Tracks34

Tracks 3 and 4 are writable.

Tracks124

Tracks 1, 2, and 4 are writable.

Tracks134

Tracks 1, 3, and 4 are writable.

Tracks234

Tracks 2, 3, and 4 are writable.

Tracks1234

All four tracks are writable.

Example

TracksToWrite

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

Msr Class
Msr Members
Microsoft.PointOfService Namespace