#include <BdsD.h>
Public Member Functions | |
Network (BUInt32 pid=BUInt32(), BString pnetwork=BString(), BString pdescription=BString(), BList< BString > pstations=BList< BString >()) | |
BString | getType () |
BError | setMembers (BDictString &members) |
BError | getMembers (BDictString &members) |
Public Attributes | |
BUInt32 | id |
ID. | |
BString | network |
The name. | |
BString | description |
The organisations description. | |
BList< BString > | stations |
The list of arrays/stations the Network uses. |
Bds::Network::Network | ( | BUInt32 | pid = BUInt32() , |
|
BString | pnetwork = BString() , |
|||
BString | pdescription = BString() , |
|||
BList< BString > | pstations = BList< BString >() | |||
) |
BError Bds::Network::getMembers | ( | BDictString & | members | ) |
BString Bds::Network::getType | ( | ) |
BError Bds::Network::setMembers | ( | BDictString & | members | ) |
BString Bds::Network::description |
The organisations description.
BUInt32 Bds::Network::id |
ID.
BString Bds::Network::network |
The name.
BList<BString > Bds::Network::stations |
The list of arrays/stations the Network uses.