Msr.EncodingMaxLength Property
2/27/2008
Holds the maximum length of data that can be written by the MSR to the track or tracks defined by the TracksToWrite property.
Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property EncodingMaxLength As Integer
public virtual int EncodingMaxLength { get; }
public:
virtual property int EncodingMaxLength {
int get ();
}
/** @property */
public int get_EncodingMaxLength ()
public function get EncodingMaxLength () : int
Remarks
The maximum length of data that can be written by the MSR to the track or tracks defined by the TracksToWrite property. If multiple tracks are selected in the TracksToWrite property, the length of the shortest track should be reflected by this property.
This property is initialized to zero by the :Microsoft.PointOfService.PosCommon.Open method.
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.