FingerCaptureLibrary.getVersionXyz Method¶
Module: FingerCaptureLibrary
Definition¶
Retrieves the library version as a structure.
@staticmethod
get_version_xyz() -> LibVersion
Returns
The version.
Exceptions
An error has occurred during FingerCapture Library execution.
static LibVersion getVersionXyz()
Returns
The version.
Exceptions
An error has occurred during FingerCapture Library execution.
public static id3.Devices.LibVersion GetVersionXyz()
Returns
The version.
Exceptions
An error has occurred during FingerCapture Library execution.
int id3CaptureFingerCaptureLibrary_GetVersionXyz (
id3DevicesLibVersion * sVersion)
Parameters
sVersion
id3DevicesLibVersion *out The version.
Returns