NetOceanDirect  3.1.1
OceanDirect .NET API
Public Member Functions | Static Public Member Functions | Static Protected Attributes | List of all members
NetOceanDirect::DeviceRevision Class Reference

Inherits NetOceanDirect::ManagedObject< DeviceRevisionAPI >.

Public Member Functions

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

Static Public Member Functions

static DeviceRevision getInstance ()
 

Static Protected Attributes

static DeviceRevision revision
 

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

◆ 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
[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 system revision, or null if an error occurred

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