NetOceanDirect  1.31.0
OceanDirect .NET API
Public Member Functions | Static Public Member Functions
NetOceanDirect::DeviceRevision Class Reference

Inherits NetOceanDirect::ManagedObject< DeviceRevisionAPI >.

Public Member Functions

String getRevisionFirmware (long deviceID, int% errorCode)
 
String getRevisionFPGA (long deviceID, int% errorCode)
 
String getRevisionHardware (long deviceID, int% errorCode)
 
- Public Member Functions inherited from NetOceanDirect::ManagedObject< DeviceRevisionAPI >
 ManagedObject (DeviceRevisionAPI *instance)
 
DeviceRevisionAPI * GetInstance ()
 

Static Public Member Functions

static DeviceRevision getInstance ()
 

Additional Inherited Members

- Protected Attributes inherited from NetOceanDirect::ManagedObject< DeviceRevisionAPI >
DeviceRevisionAPI * m_Instance
 

Member Function Documentation

◆ 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
[in]deviceIDthe device ID for the device to be queried (from OceanDirect::findDevices())
[out]errorCodeset to 0 if successful, an OceanDirect error code (nonzero) otherwise
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
[in]deviceIDthe device ID for the device to be queried (from OceanDirect::findDevices())
[out]errorCodeset to 0 if successful, an OceanDirect error code (nonzero) otherwise
Returns
the fpga revision, or null if an error occurred

◆ getRevisionHardware()

String DeviceRevision::getRevisionHardware ( long  deviceID,
int%  errorCode 
)

Retrieves the hardware revision of the the given device or sets an error code if this is not available.

Parameters
[in]deviceIDthe device ID for the device to be queried (from OceanDirect::findDevices())
[out]errorCodeset to 0 if successful, an OceanDirect error code (nonzero) otherwise
Returns
the hardware revision, or null if an error occurred

The documentation for this class was generated from the following files: