Global

Members

(readonly) AccessType :string

Type of accesses for an inventory created by an automatic scan.
Type:
  • string
Properties:
Name Type Description
UNDEFINED string Inventory from a manual scan.
BADGE string Inventory from an automatic scan after an access by badge.
FINGERPRINT string Inventory from an automatic scan after an access by fingerprint.

(readonly) AlertType :string

Types of Alert.
Type:
  • string
Properties:
Name Type Description
DEVICE_DISCONNECTED string
DOOR_OPEN_DELAY string
TEMPERATURE string
THIEF_FINGER string

(readonly) DeviceStatus :string

Statuses of devices.
Type:
  • string
Properties:
Name Type Description
NOT_READY string
READY string
DOOR_OPEN string
DOOR_CLOSED string
SCANNING string
WAIT_MODE string
ERROR string
FLASHING_FIRMWARE string
LED_ON string
ENROLLING string

(readonly) DeviceType :string

Types of Spacecode devices.
Type:
  • string
Properties:
Name Type Description
UNKNOWN string
SAS string
SMARTBOARD string
SMARTBOX string
SMARTCABINET string
SMARTDRAWER string
SMARTFRIDGE string
SMARTPAD string
SMARTRACK string
SMARTSTATION string

(readonly) FingerIndex :number

Finger Indexes.
Type:
  • number
Properties:
Name Type Description
LEFT_PINKY number
LEFT_RING number
LEFT_MIDDLE number
LEFT_INDEX number
LEFT_THUMB number
RIGHT_THUMB number
RIGHT_INDEX number
RIGHT_MIDDLE number
RIGHT_RING number
RIGHT_PINKY number

(readonly) GrantType :string

Types of permission.
Type:
  • string
Properties:
Name Type Description
ALL string Access to both master and slave doors.
MASTER string Access to master door (devices with one door consider it as a master door).
SLAVE string Access to slave doors.
UNDEFINED string No permission on this device

(readonly) RewriteUidResult :string

Result codes returned by the writing operation.
Type:
  • string
Properties:
Name Type Description
ERROR string
TAG_NOT_DETECTED string
TAG_NOT_CONFIRMED string
TAG_BLOCKED_OR_NOT_SUPPLIED string
TAG_BLOCKED string
TAG_NOT_SUPPLIED string
WRITING_CONFIRMATION_FAILED string
WRITING_SUCCESS string
NEW_UID_INVALID string

(readonly) ScanOption :string

Additional options available when starting a scan.
Type:
  • string
Properties:
Name Type Description
MONO_AXIS string If set, only use the current axis to perform the scan. Useless for "1D" devices.
NO_UNLOCK string Blocked tags (tags block automatically after few minutes) are not unlocked before performing the scan.
NO_KR string If set, do not use the new (default) algorithm with the "Digit Return" option.
NO_RECORD string If set, the inventory will not be recorded in database used by the device (nor available through the "get inventory" methods).

Please mind that in case of "discontinuous" scans with this option, the inventories history may looks irrelevant.