API Docs for: 1.0.0
Show:

Connector Class

Connects to connector server. Provides access to all device services.

Constructor

Connector

()

Methods

activate

() Void

Connects to connector server and activates all device services.

Returns:

Void:

addListener

(
  • event
  • handler
)
Void

Adds listeners to Connector events.

Parameters:

  • event Number

    A ConnectorEvent value that represents the event to subscribe to.

  • handler Function

    A function that will handle the event.

Returns:

Void:

deactivate

() Void

Disconnects from connector server and deactivates all device services.

Returns:

Void:

removeListener

(
  • event
  • handler
)
Void

Removes listeners from Connector events.

Parameters:

  • event Number

    A ConnectorEvent value that represents the event to unsubscribe from.

  • handler Function

    A function that handles the event.

Returns:

Void:

Properties

autoDialerService

AutoDialerService

Gets AutoDialerService.

barcodeScanService

BarcodeScanService

Gets BarcodeScanService.

deviceIdentificationService

DeviceIdentificationService

Gets DeviceIdentificationService.

fingerprintProcessingService

FingerprintProcessingService

Gets FingerprintProcessingService.

fingerprintReaderService

FingerprintReaderService

Gets FingerprintReaderService.

idCardScanService

IdCardScanService

Gets IdCardScanService.

labelPrintService

LabelPrintService

Gets LabelPrintService.

printService

PrintService

Gets PrintService.

signaturePadService

SignaturePadService

Gets SignaturePadService.

webCameraService

WebCameraService

Gets WebCameraService.