#include <Devices.h>
◆ Devices()
NetOceanDirect::Devices::Devices |
( |
| ) |
|
◆ ~Devices()
virtual NetOceanDirect::Devices::~Devices |
( |
| ) |
|
|
inlinevirtual |
◆ !Devices()
NetOceanDirect::Devices::!Devices |
( |
| ) |
|
|
inline |
◆ Btype
property BusType NetOceanDirect::Devices::Btype |
Initial value:{
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: