NetOceanDirect 3.1.3
OceanDirect .NET API
NetOceanDirect::Devices Class Reference

#include <Devices.h>

Public Member Functions

 Devices ()
 
 !Devices ()
 
virtual ~Devices ()
 

Public Attributes

property BusType Btype
 
property int Id
 
property bool InUse
 
property String Name
 
property int SpectrumLen
 

Constructor & Destructor Documentation

◆ Devices()

NetOceanDirect::Devices::Devices ( )

◆ ~Devices()

virtual NetOceanDirect::Devices::~Devices ( )
inlinevirtual

◆ !Devices()

NetOceanDirect::Devices::!Devices ( )
inline

Member Data Documentation

◆ Btype

property BusType NetOceanDirect::Devices::Btype
Initial value:
{
BusType get() { return type; }
void set(BusType bt) { type = bt; }
}
BusType
Definition Devices.h:7

◆ Id

property int NetOceanDirect::Devices::Id
Initial value:
{
int get() { return id; }
void set(int val) { id = val; }
}

◆ InUse

property bool NetOceanDirect::Devices::InUse
Initial value:
{
bool get() { return in_use; }
void set(bool val) { in_use = val; }
}

◆ Name

property String NetOceanDirect::Devices::Name
Initial value:
{
String^ get() { return name; }
void set(String ^n) { name = n; }
}

◆ SpectrumLen

property int NetOceanDirect::Devices::SpectrumLen
Initial value:
{
int get() { return spectrumLength; }
void set(int val) { spectrumLength = val; }
}

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