XPS Unified Programmer’s Manual
7.2.1.30 ExternalModuleFirmwareVersionGet
Name
ExternalModuleFirmwareVersionGet – Gets the firmware version of an
ExternalModule.
Input tests
- Refer to section 7.1: “Input Tests Common to all XPS Functions”.
- Checks the module number (must >=1 and <= NbExternalModules): (-17)
Here: NbExternalModules is the number of modules declared in the line
SharedLibraryModuleNames of system.ref
Description
This function gets the firmware version of an ExternalModule.
Prototype
int ExternalModuleFirmwareVersionGet(
int SocketID,
int ModuleNumber,
char *Version
)
Input parameters
SocketID int Socket identifier gets by the
“TCP_ConnectToServer” function.
ModuleNumber int External module number
Output parameters
Version char * External module firmware version.
Return (In addition to the results of “Input Tests Common to all XPS
Functions”)
• 0: No error.
• -17: Parameter out of range or incorrect.
EDH0373En1023 — 01/18 76