- enrollFinger(String, FingerIndex) - Method in class com.spacecode.sdk.user.UsersService
- 
Start finger enrollment with the master fingerprint reader. 
- enrollFinger(String, FingerIndex, boolean) - Method in class com.spacecode.sdk.user.UsersService
- 
Start finger enrollment with the chosen fingerprint reader (master or slave). 
- enrollFinger(String, FingerIndex, String) - Method in class com.spacecode.sdk.user.UsersService
- 
- ERROR_VALUE - Static variable in class com.spacecode.sdk.device.module.data.ProbeSettings
- 
Default value provided in case of error when reading the probe value. 
- eventAuthenticationFailure(AuthenticationModule, User) - Method in class com.spacecode.sdk.device.Device.EventDispatcher
- 
Dispatched when a authentication failed (the user who tried to authenticate has not the right permissions). 
- eventAuthenticationSuccess(AuthenticationModule, User) - Method in class com.spacecode.sdk.device.Device.EventDispatcher
- 
Dispatched when an authentication is successful. 
- eventBadgeReaderConnected(boolean) - Method in class com.spacecode.sdk.device.Device.EventDispatcher
- 
Dispatched when a badge reader is successfully connected. 
- eventBadgeReaderDisconnected(boolean) - Method in class com.spacecode.sdk.device.Device.EventDispatcher
- 
Dispatched when a badge reader is disconnected. 
- eventBadgeScanned(String) - Method in class com.spacecode.sdk.device.Device.EventDispatcher
- 
Dispatched when a badge has been scanned. 
- eventFingerprintEnrollmentSample(byte) - Method in class com.spacecode.sdk.device.Device.EventDispatcher
- 
Dispatched during a fingerprint enrollment, each time a sample (out of the 4 required) is acquired. 
- eventFingerTouched(boolean) - Method in class com.spacecode.sdk.device.Device.EventDispatcher
- 
Dispatched when a finger is detected. 
- eventTemperatureMeasure(double) - Method in class com.spacecode.sdk.device.Device.EventDispatcher
- 
Dispatched when a new temperature measure has been made. 
- eventWeightMeasure(ScaleMeasure) - Method in class com.spacecode.sdk.device.Device.EventDispatcher
- 
Dispatched when a new weight measure is available.