DetectedFinger.toBuffer Method

Module: DetectedFinger

Definition

Exports the finger object to a buffer.

to_buffer(self) -> bytearray

Returns

bytearray
Buffer to export the finger object to.

Exceptions

An error has occurred during Finger Library execution.
Uint8List toBuffer()

Returns

Uint8List
Buffer to export the finger object to.

Exceptions

An error has occurred during Finger Library execution.
public byte[] ToBuffer()

Returns

byte[]
Buffer to export the finger object to.

Exceptions

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

Returns

byte[]
Buffer to export the finger object to.

Exceptions

An error has occurred during Finger Library execution.
public func toBuffer() throws -> [UInt8]

Returns

[UInt8]
Buffer to export the finger object to.

Exceptions

An error has occurred during Finger Library execution.
int id3DetectedFinger_ToBuffer (
    ID3_DETECTED_FINGER hDetectedFinger,
    unsigned char * data,
    int * dataSize)

Parameters

hDetectedFinger ID3_DETECTED_FINGER
in Handle to the DetectedFinger object.

data unsigned char *
out Buffer to export the finger object to.

dataSize int *
in Size of the ‘data’ buffer. Receives the number of elements in the ‘data’ array.

Returns

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