![]() |
CCAux
2.7.2.0
CCAux API reference
|
Go to the source code of this file.
Namespaces | |
namespace | CrossControl |
Typedefs | |
typedef void * | AUXVERSIONHANDLE |
Functions | |
EXTERN_C CCAUXDLL_API AUXVERSIONHANDLE CCAUXDLL_CALLING_CONV | GetAuxVersion (void) |
EXTERN_C CCAUXDLL_API void CCAUXDLL_CALLING_CONV | AuxVersion_release (AUXVERSIONHANDLE) |
EXTERN_C CCAUXDLL_API eErr CCAUXDLL_CALLING_CONV | AuxVersion_getFPGAVersion (AUXVERSIONHANDLE, unsigned char *major, unsigned char *minor, unsigned char *release, unsigned char *build) |
EXTERN_C CCAUXDLL_API eErr CCAUXDLL_CALLING_CONV | AuxVersion_getSSVersion (AUXVERSIONHANDLE, unsigned char *major, unsigned char *minor, unsigned char *release, unsigned char *build) |
EXTERN_C CCAUXDLL_API eErr CCAUXDLL_CALLING_CONV | AuxVersion_getFrontVersion (AUXVERSIONHANDLE, unsigned char *major, unsigned char *minor, unsigned char *release, unsigned char *build) |
EXTERN_C CCAUXDLL_API eErr CCAUXDLL_CALLING_CONV | AuxVersion_getCCAuxVersion (AUXVERSIONHANDLE, unsigned char *major, unsigned char *minor, unsigned char *release, unsigned char *build) |
EXTERN_C CCAUXDLL_API eErr CCAUXDLL_CALLING_CONV | AuxVersion_getOSVersion (AUXVERSIONHANDLE, unsigned char *major, unsigned char *minor, unsigned char *release, unsigned char *build) |
EXTERN_C CCAUXDLL_API eErr CCAUXDLL_CALLING_CONV | AuxVersion_getCCAuxDrvVersion (AUXVERSIONHANDLE, unsigned char *major, unsigned char *minor, unsigned char *release, unsigned char *build) |