- reconnect() - Method in class com.spacecode.sdk.network.TcpDevice
- 
Try to reconnect the TCP client to SmartServer. 
- release() - Method in class com.spacecode.sdk.device.Device
- 
Disconnect the device and release resources. 
- release() - Method in class com.spacecode.sdk.device.module.Module
- 
Must be overridden by subclasses. 
- release() - Method in class com.spacecode.sdk.network.TcpDevice
- 
Closes the TCP connection, shutdown the thread pool dedicated to event handling. 
- removeAlert(Alert) - Method in class com.spacecode.sdk.network.TcpDevice
- 
Ask the remote device to remove an Alert. 
- removeFingerprint(String, FingerIndex) - Method in class com.spacecode.sdk.user.UsersService
- 
Allow removing a user's fingerprint. 
- removeListener(DeviceEventHandler) - Method in class com.spacecode.sdk.device.Device
- 
Remove an event listener. 
- removeUser(String) - Method in class com.spacecode.sdk.user.UsersService
- 
Allow removing a user from the users list. 
- requestScan(ScanOption...) - Method in class com.spacecode.sdk.device.Device
- 
Order the RFID reader board to process a "MANUAL" scan operation. 
- requestScan(ScanOption...) - Method in class com.spacecode.sdk.network.TcpDevice
-  
- rewriteUid(String, String) - Method in class com.spacecode.sdk.device.Device
- 
Rewrite the UID of a tag (the tag must be from the E2 generation (or above)). 
- rewriteUid(String, String) - Method in class com.spacecode.sdk.network.TcpDevice
- 
This implementation sends the "rewrite UID" order to SmartServer. 
- RewriteUidResult - Enum in com.spacecode.sdk.device.data
- 
Response codes for an UID Rewriting operation.