Share via


Msr.CapJisTwo Property

2/27/2008

If true, the MSR device supports JIS Type-II cards; otherwise it is false.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property CapJisTwo As Boolean
public abstract bool CapJisTwo { get; }
public:
virtual property bool CapJisTwo {
    bool get () abstract;
}
/** @property */
public abstract boolean get_CapJisTwo ()
public abstract function get CapJisTwo () : boolean

Remarks

CapJisTwo is typically initialized to false. The service object should then set CapJisTwo based on the capability 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

Msr Class
Msr Members
Microsoft.PointOfService Namespace