FingerImageRecord.fromBuffer Method

Module: FingerImageRecord

Definition

Creates a FingerImageRecord from a buffer.

static FingerImageRecord fromBuffer(FingerImageRecordFormat format, Uint8List? data)

Parameters

in Finger image record format to import the finger image record object from.

data Uint8List
in 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.