- ScaleEventHandler - Interface in com.spacecode.sdk.device.event
-
Weight measurement events.
- ScaleMeasure - Class in com.spacecode.sdk.device.module.data
-
Describe a Measure from the scale, containing:
The weight (decimal value)
The unit, if any ("gr", "ct", ...)
- ScaleMeasure(double, String) - Constructor for class com.spacecode.sdk.device.module.data.ScaleMeasure
-
- ScaleSettings - Class in com.spacecode.sdk.device.module.data
-
- ScaleSettings(int, int, int, int, boolean, boolean) - Constructor for class com.spacecode.sdk.device.module.data.ScaleSettings
-
Define scale serial port settings and keep
- ScaleType - Enum in com.spacecode.sdk.device.module.data
-
- scanCancelledByDoor() - Method in class com.spacecode.sdk.device.event.AbstractEventHandler
-
- scanCancelledByDoor() - Method in interface com.spacecode.sdk.device.event.DoorEventHandler
-
Called when a scan has been cancelled by a door opening.
- scanCancelledByHost() - Method in class com.spacecode.sdk.device.event.AbstractEventHandler
-
- scanCancelledByHost() - Method in interface com.spacecode.sdk.device.event.ScanEventHandler
-
Called when a scan has been cancelled by user.
- scanCompleted() - Method in class com.spacecode.sdk.device.event.AbstractEventHandler
-
- scanCompleted() - Method in interface com.spacecode.sdk.device.event.ScanEventHandler
-
Called when a scan is completed.
- ScanEventHandler - Interface in com.spacecode.sdk.device.event
-
Scan operations events.
- scanFailed() - Method in class com.spacecode.sdk.device.event.AbstractEventHandler
-
- scanFailed() - Method in interface com.spacecode.sdk.device.event.ScanEventHandler
-
Called when a scan failed.
- ScanOption - Enum in com.spacecode.sdk.device.data
-
- scanStarted() - Method in class com.spacecode.sdk.device.event.AbstractEventHandler
-
- scanStarted() - Method in interface com.spacecode.sdk.device.event.ScanEventHandler
-
Called when a scan just starts.
- serialize() - Method in class com.spacecode.sdk.device.data.Inventory
-
Serialize the current instance as XML and encode it with base64.
- serialize() - Method in class com.spacecode.sdk.device.module.AuthenticationModule
-
Serialize the current instance as XML and encode it with base64.
- serialize() - Method in class com.spacecode.sdk.network.alert.Alert
-
Format the data with markers (XML-like format) and encode it with base64.
- serialize() - Method in class com.spacecode.sdk.network.alert.AlertTemperature
-
- serialize() - Method in class com.spacecode.sdk.user.User
-
Format the user's data in an XML string and encode it with base64.
- setAccessType(AccessType) - Method in class com.spacecode.sdk.device.data.Inventory
-
Save the last type of access (fingerprint, badge reader...) if the last scan was not manually started.
- setAddress(String) - Method in class com.spacecode.sdk.network.alert.SmtpServer
-
Update the address of the SMTP server.
- setBccList(String) - Method in class com.spacecode.sdk.network.alert.Alert
-
Update the list of email "blind copy" recipients ("Bcc: list").
- setCcList(String) - Method in class com.spacecode.sdk.network.alert.Alert
-
Update the list of email "copy" recipients ("Cc: list").
- setDbConfiguration(DbConfiguration) - Method in class com.spacecode.sdk.network.TcpDevice
-
Update the settings of the remote device database.
- setDbms(String) - Method in class com.spacecode.sdk.network.DbConfiguration
-
Update the type of Database Management System powering the database.
- setDoorNumber(byte) - Method in class com.spacecode.sdk.device.data.Inventory
-
Set the number of the door which was closed before the inventory started
- setEmailContent(String) - Method in class com.spacecode.sdk.network.alert.Alert
-
Update content of the email sent when the alert is raised.
- setEmailSubject(String) - Method in class com.spacecode.sdk.network.alert.Alert
-
Update subject of the email sent when the alert is raised.
- setEnabled(boolean) - Method in class com.spacecode.sdk.network.alert.Alert
-
Allow enabling/disabling the alert.
- setHost(String) - Method in class com.spacecode.sdk.network.DbConfiguration
-
Update the IP address of the host.
- setInitiatingUserName(String) - Method in class com.spacecode.sdk.device.data.Inventory
-
Save the last granted user's name (user who opened one device door).
- setLastInventory(Inventory) - Method in class com.spacecode.sdk.device.Device
-
Manually set "last inventory".
- setLightIntensity(int) - Method in class com.spacecode.sdk.device.Device
-
Set the embedded LED's light intensity (for devices equipped with embedded LED's, like the SAS).
- setLightIntensity(int) - Method in class com.spacecode.sdk.network.TcpDevice
-
Set the embedded LED's light intensity (for devices equipped with embedded LED's, like the SAS).
- setName(String) - Method in class com.spacecode.sdk.network.DbConfiguration
-
Update the name of the database used by the remote device.
- setPassword(String) - Method in class com.spacecode.sdk.network.alert.SmtpServer
-
Update the password used to authenticate on SMTP server.
- setPassword(String) - Method in class com.spacecode.sdk.network.DbConfiguration
-
Update the password of the user allowed to read and write in the database.
- setPort(int) - Method in class com.spacecode.sdk.network.alert.SmtpServer
-
Update the TCP port number used by the SMTP server.
- setPort(int) - Method in class com.spacecode.sdk.network.DbConfiguration
-
Update the TCP port the DBMS is listening to.
- setProbeSettings(ProbeSettings) - Method in class com.spacecode.sdk.network.TcpDevice
-
Configure the temperature probe of the remote device.
- setSmtpServer(SmtpServer) - Method in class com.spacecode.sdk.network.TcpDevice
-
Set or update the SMTP server used by the device to raise alerts by email.
- setSslEnabled(boolean) - Method in class com.spacecode.sdk.network.alert.SmtpServer
-
Update the SSL protocol state.
- setStatus(DeviceStatus) - Method in class com.spacecode.sdk.device.Device
-
Update the device status.
- setTemperatureMax(double) - Method in class com.spacecode.sdk.network.alert.AlertTemperature
-
Update maximum temperature threshold.
- setTemperatureMin(double) - Method in class com.spacecode.sdk.network.alert.AlertTemperature
-
Update minimum temperature threshold.
- setThiefFingerIndex(String, FingerIndex) - Method in class com.spacecode.sdk.network.TcpDevice
-
Ask the remote device to set a user's "thief finger" index.
- setToList(String) - Method in class com.spacecode.sdk.network.alert.Alert
-
Update the list of email main recipients ("To: list").
- setUser(String) - Method in class com.spacecode.sdk.network.DbConfiguration
-
Update the name of the user allowed to read and write in the database.
- setUsername(String) - Method in class com.spacecode.sdk.network.alert.SmtpServer
-
Update the username used to authenticate on SMTP server.
- SmtpServer - Class in com.spacecode.sdk.network.alert
-
SmtpServer is used by TcpDevice class in order to set/get SMTP server information (alerts raising).
- SmtpServer(String, int, String, String, boolean) - Constructor for class com.spacecode.sdk.network.alert.SmtpServer
-
Default constructor.
- SQL_Server - Static variable in class com.spacecode.sdk.network.DbConfiguration
-
- startLightingTagsLed(List<String>) - Method in class com.spacecode.sdk.device.Device
-
- startLightingTagsLed(List<String>) - Method in class com.spacecode.sdk.network.TcpDevice
-
Sends a StartLighting request to the device.
- stopLightingTagsLed() - Method in class com.spacecode.sdk.device.Device
-
Order the device to stop any lighting operation.
- stopLightingTagsLed() - Method in class com.spacecode.sdk.network.TcpDevice
-
This implementation sends the "stop lighting" order to SmartServer.
- stopScan() - Method in class com.spacecode.sdk.device.Device
-
Ask the RFID reader to stop the current scan (if any).
- stopScan() - Method in class com.spacecode.sdk.network.TcpDevice
-
Ask the device to stop the current scan (if any).