AUX_GetLibraryVersion
AUX_GetLibraryVersion
-
Favourites
Function to read signalyzer_aux library version information.
The versionInfo value read is unsigned long. The format of version is XX.XX.XX.XX.
For example read value of 0x12345678 will represent version 12.34.56.78
Syntax
Parameters
versionInfo - pointer to unsigned long variable where version information will be read.
Return value
SIGNALYZER_STATUS - returns result of executed command. The result value will depend on type of library signalyzer_aux library is being used with ( FTD2XX or LIBFTDI ).
FT2XX:
FT_OK - on successful return.
FT_INVALID_ARGS - if one of the function passed parameters did not meet specific criteria
FT_OTHER_ERROR - for any other errors.
LIBFTDI:
0 - will be returned on successful function call
-1 - if one of the function passed parameters did not meet specific criteria
-2 - for any other errors.
Examples
Requirements
| Windows | Linux | Mac OS | Windows CE |
|---|---|---|---|
| 2000 and later | all | soon | soon |
See Also
-
CreatedMonday, 15 February 2010
-
Created byAdministrator
-
Last modifiedMonday, 15 February 2010
-
Revised byAdministrator
-
Categories
-
Version5


