FingerTemplateRecord.fromBuffer Method¶
Module: FingerTemplateRecord
Definition¶
Imports the finger template record object from a buffer.
static FingerTemplateRecord fromBuffer(FingerTemplateFormat format, Uint8List? data)
Parameters
format FingerTemplateFormatin Fingerprint template buffer type to import the finger template record object from.
data Uint8Listin Buffer to import the finger template record object from.
Returns
The newly created finger template record.
Exceptions
An error has occurred during Finger Library execution.