FingerImage.data Property

Module: FingerImage

Type: byte[]

Definition

Raw data buffer of the image.

data: bytearray

Exceptions

An error has occurred during Finger Library execution.
int get data => getData();

Exceptions

An error has occurred during Finger Library execution.
public byte[] data
{
    get => Getdata();
}

Exceptions

An error has occurred during Finger Library execution.
public byte[] getData() throws FingerException

Exceptions

An error has occurred during Finger Library execution.
public var data: UInt8
    get {
        return try! getData()
    }
}

Exceptions

An error has occurred during Finger Library execution.
int id3FingerImage_GetData (ID3_FINGER_IMAGE hFingerImage, unsigned char * data, int * dataSize)

Returns

int
An error code.
See id3FingerError file for the list of possible error codes.