U2C_RESULT U2C_GetFirmwareVersion(
      HANDLE hDevice,
      PU2C_VESION_INFO pVersion
);
The U2C_GetFirmwareVersion() function retrieves the version of the firmware currently loaded into the U2C-12 device referenced by hDevice handle.
Parameters:
- hDevice
 - Handle to the U2C-12 device to obtain firmware version from.
 - pVersion
 - Pointer to a U2C_VERSION_INFO structure to be filled with the firmware version number.
 
Return values:
U2C_SUCCESS
The firmware version was successfully retrieved.
U2C_HARDWARE_NOT_FOUND
U2C-12 device referenced by hDevice handle was not found.