|
property BusType | Btype |
|
property int | Id |
|
property bool | InUse |
|
property String | Name |
|
property int | SpectrumLen |
|
◆ Btype
property BusType NetOceanDirect::Devices::Btype |
Initial value:{
BusType get() { return type; }
void set(BusType bt) { type = bt; }
}
◆ 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: