FingerIndexer.toBuffer Method¶
Module: FingerIndexer
Definition¶
Exports the finger indexer object to a buffer.
to_buffer(self) -> bytearray
Returns
bytearray
Buffer to export the finger template object to.
Exceptions
An error has occurred during Finger Library execution.
Uint8List toBuffer()
Returns
Uint8List
Buffer to export the finger template object to.
Exceptions
An error has occurred during Finger Library execution.
public byte[] ToBuffer()
Returns
byte[]
Buffer to export the finger template object to.
Exceptions
An error has occurred during Finger Library execution.
public byte[] toBuffer() throws FingerException
Returns
byte[]
Buffer to export the finger template object to.
Exceptions
An error has occurred during Finger Library execution.
public func toBuffer() throws -> [UInt8]
Returns
[UInt8]
Buffer to export the finger template object to.
Exceptions
An error has occurred during Finger Library execution.
int id3FingerIndexer_ToBuffer (
ID3_FINGER_INDEXER hFingerIndexer,
unsigned char * data,
int * dataSize)
Parameters
hFingerIndexer
ID3_FINGER_INDEXERin Handle to the FingerIndexer object.data
unsigned char *out Buffer to export the finger template object to.dataSize
int *in Size of the ‘data’ buffer. Receives the number of elements in the ‘data’ array.
Returns