Inherits NetOceanDirect::ManagedObject< DeviceRevisionAPI >.
|
| DeviceRevision (DeviceRevisionAPI *instance) |
|
String | getRevisionFirmware (long deviceID, int% errorCode) |
|
String | getRevisionFPGA (long deviceID, int% errorCode) |
|
String | getRevisionSystem (long deviceID, int% errorCode) |
|
| ManagedObject (DeviceRevisionAPI *instance) |
|
DeviceRevisionAPI * | GetInstance () |
|
|
DeviceRevisionAPI * | m_Instance |
|
◆ getRevisionFirmware()
String DeviceRevision::getRevisionFirmware |
( |
long |
deviceID, |
|
|
int% |
errorCode |
|
) |
| |
Retrieves the firmware revision of the the given device or sets an error code if this is not available.
- Parameters
-
- Returns
- the firmware revision, or null if an error occurred
◆ getRevisionFPGA()
String DeviceRevision::getRevisionFPGA |
( |
long |
deviceID, |
|
|
int% |
errorCode |
|
) |
| |
Retrieves the fpga revision of the the given device or sets an error code if this is not available.
- Parameters
-
- Returns
- the fpga revision, or null if an error occurred
◆ getRevisionSystem()
String DeviceRevision::getRevisionSystem |
( |
long |
deviceID, |
|
|
int% |
errorCode |
|
) |
| |
Retrieves the system revision of the the given device or sets an error code if this is not available.
- Parameters
-
- Returns
- the system revision, or null if an error occurred
The documentation for this class was generated from the following files: