Share via


PointCardRW.LineCharsList Property (POS for .NET v1.12 SDK Documentation)

2/27/2008

Gets the line character widths supported by the point card reader/writer.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property LineCharsList As Integer()
public abstract int[] LineCharsList { get; }
public:
virtual property array<int>^ LineCharsList {
    array<int>^ get () abstract;
}
/** @property */
public abstract int[] get_LineCharsList ()
public abstract function get LineCharsList () : int[]

Remarks

The LineCharsList property is typically initialized to the point card reader/writer's default line character widths by the service object. The string consists of ASCII numeric set numbers separated by commas.

For example, the string "32,36,40" indicates that the device supports line widths of 32, 36, and 40 characters.

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
PointCardRW.LineChars Property