NetOceanDirect  3.1.1
OceanDirect .NET API
Public Attributes | List of all members
NetOceanDirect::Devices Class Reference

Public Attributes

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

Member Data Documentation

◆ 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: