Dell UP3017 Application Programming Interface Guide - Page 58

System Management, GetVersionFirmware, GetVersionSDK

Page 58 highlights

System Management GetVersionFirmware Returns the firmware version of the monitor API MONITOR_CODE GetVersionFirmware(BYTE *ps16Val) Params *pbyFirmwareVersion Pointer to return OSD Transparency value Return MONITOR_CODE Code describing the result of the API call 0 Success 1 Timeout pbyFirmwareVersion 2 Parameters Error 3 Not connected -1 Other Failure Version string (max 10 chars) GetVersionSDK Returns the SDK version API MONITOR_CODE GetVersionSDK(SWORD16 *ps16Val) Params *pbyVersion Pointer to firmware version for return Return MONITOR_CODE Code describing the result of the API call 0 Success 1 Timeout ps16Val 2 Parameters Error 3 Not connected -1 Other Failure Version value where MSB = major version and LSB = minor version. Eg) 0x0100 will mean Version 1.0 58 | System Management

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61

58
|
System Management
System Management
GetVersionFirmware
Returns the firmware version of the monitor
API
MONITOR_CODE GetVersionFirmware(BYTE *ps16Val)
Params
*pbyFirmwareVersion
Pointer to return OSD Transparency value
Return
MONITOR_CODE
Code describing the result of the API call
0
Success
1
Timeout
2
Parameters Error
3
Not connected
-1
Other Failure
pbyFirmwareVersion
Version string (max 10 chars)
GetVersionSDK
Returns the SDK version
API
MONITOR_CODE GetVersionSDK(SWORD16 *ps16Val)
Params
*pbyVersion
Pointer to firmware version for return
Return
MONITOR_CODE
Code describing the result of the API call
0
Success
1
Timeout
2
Parameters Error
3
Not connected
-1
Other Failure
ps16Val
Version value where MSB = major version and LSB = minor
version. Eg) 0x0100 will mean Version 1.0