Msr.CapJisOne Property
2/27/2008
If true, the MSR device supports JIS Type-I cards; otherwise it is false.
Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property CapJisOne As Boolean
public abstract bool CapJisOne { get; }
public:
virtual property bool CapJisOne {
bool get () abstract;
}
/** @property */
public abstract boolean get_CapJisOne ()
public abstract function get CapJisOne () : boolean
Remarks
JIS-I cards are a superset of ISO cards. Therefore, if CapJISOne is set to true, then it is implied that the CapIso property is also true.
CapJisOne is set 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
Msr Class
Msr Members
Microsoft.PointOfService Namespace
Msr.CapIso Property