
71
Class Reference
4.3.2.12
cabled
The
cabled
property of the
reader
object contains a read only Boolean value containing
the cabling state of the handheld hardware. The value will be
true
if cabled and
false
if
not cabled.
Example:
cabled = reader.cabled;
4.3.2.13
charging
The
charging
property of the
reader
object contains a read only Boolean value
containing the charging state of the handheld hardware. The value will be
true
of
charging and
false
if not charging.
Example:
charging = reader.charging;
4.3.2.14
hardwareVersion
The
hardwareVersion
property of the
reader
object contains a read only string
containing the version number of the handheld hardware.
Example:
hwVersion = reader.hardwareVersion;
4.3.2.15
oemId
The
oemId
property of the
reader
object contains a read-only string containing the
handheld unique OEM identifier from the locked flash memory.
Example:
oemId = reader.oemId;
4.3.2.16
readerId
The readerId property of the reader object contains a read-only string containing the
handheld unique ID from the locked flash memory.
Example:
rid = reader.readerId;
4.3.2.17
softwareVersion
The
softwareVersion
property of the
reader
object contains a read only string
containing the version number of the firmware currently running in the handheld reader.
Example:
swVersion = reader.softwareVersion;