FingerImage.data Property¶
Module: FingerImage
Type: byte[]
Definition¶
Raw data buffer of the image.
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