- getBitmapImage() - Method in class com.smufsbio.btsdk.FingerImage
-
This method returns the Bitmap class object for the last captured image.
- getConnectionError() - Static method in class com.smufsbio.btsdk.SmufsBTDevice
-
Returns the reason code for the last connection status.
- getFingerScan(boolean, int, Handler) - Method in class com.smufsbio.btsdk.SmufsBTDevice
-
getFingerScan : Requests the device to capture the finger image.
- getGrayScaleImageData() - Method in class com.smufsbio.btsdk.FingerImage
-
This method returns the byte array for the last captured image or null if image is not valid or other problem.
- getImageHeight() - Method in class com.smufsbio.btsdk.FingerImage
-
This method returns the Height for the last captured image in pixels.
- getImageWidth() - Method in class com.smufsbio.btsdk.FingerImage
-
This method returns the Width for the last captured image in pixels.
- getProperties() - Method in class com.smufsbio.btsdk.SmufsBTDevice
-
getProperties : Returns the device properties of the connected device.
- getSDKVersion() - Method in class com.smufsbio.btsdk.SmufsBTDevice
-
getSDKVersion : returns the SDK version in the following format :
MSB_Byte2_Byte1_LSB : MSB = MAJOR, Byte2 = MINOR and BYTE1 & LSB is 16 bit revision number.
- GetValue() - Method in enum com.smufsbio.btsdk.FingerImage.ImageCaptureStatus
-
- getWSQImage() - Method in class com.smufsbio.btsdk.FingerImage
-
This method returns the byte buffer filled with WSQ image data for the last captured image.