FingerTemplateRecord.toBuffer Method¶
Module: FingerTemplateRecord
Definition¶
Exports the finger template object to a buffer.
to_buffer(self, format: FingerTemplateFormat) -> bytearray
Parameters
formatFingerTemplateFormatin Finger template buffer type to export the finger template object to.
Returns
bytearrayBuffer to export the finger template object to.
Exceptions
An error has occurred during Finger Library execution.
Uint8List toBuffer(FingerTemplateFormat format)
Parameters
formatFingerTemplateFormatin Finger template buffer type to export the finger template object to.
Returns
Uint8ListBuffer to export the finger template object to.
Exceptions
An error has occurred during Finger Library execution.
public byte[] ToBuffer(FingerTemplateFormat format)
Parameters
formatFingerTemplateFormatin Finger template buffer type to export the finger template object to.
Returns
byte[]Buffer to export the finger template object to.
Exceptions
An error has occurred during Finger Library execution.
public byte[] toBuffer(FingerTemplateFormat format) throws FingerException
Parameters
formatFingerTemplateFormatin Finger template buffer type to export the finger template object to.
Returns
byte[]Buffer to export the finger template object to.
Exceptions
An error has occurred during Finger Library execution.
public func toBuffer(format: FingerTemplateFormat) throws -> [UInt8]
Parameters
formatFingerTemplateFormatin Finger template buffer type to export the finger template object to.
Returns
[UInt8]Buffer to export the finger template object to.
Exceptions
An error has occurred during Finger Library execution.
int id3FingerTemplateRecord_ToBuffer (
ID3_FINGER_TEMPLATE_RECORD hFingerTemplateRecord,
id3FingerTemplateFormat eFormat,
unsigned char * data,
int * dataSize)
Parameters
hFingerTemplateRecordID3_FINGER_TEMPLATE_RECORDin Handle to the FingerTemplateRecord object.eFormatid3FingerTemplateFormatin Finger template buffer type to export the finger template object to.dataunsigned char *out Buffer to export the finger template object to.dataSizeint *in Size of the ‘data’ buffer. Receives the number of elements in the ‘data’ array.
Returns