FingerImageRecord.fromBuffer Method¶
Module: FingerImageRecord
Definition¶
Creates a FingerImageRecord from a buffer.
static FingerImageRecord fromBuffer(FingerImageRecordFormat format, Uint8List? data)
Parameters
format FingerImageRecordFormatin Finger image record format to import the finger image record object from.
data Uint8Listin Buffer to import the finger image record object from.
Returns
The newly created finger image record.
Exceptions
An error has occurred during Finger Library execution.