BdsApi  2.0.11
Public Member Functions | Public Attributes | List of all members
Bds::Network Class Reference

This class defines a Network organisation. Could have other information here like website, contacts etc. More...

#include <BdsD.h>

Inheritance diagram for Bds::Network:

Public Member Functions

 Network (BUInt32 pid=0, BString pnetwork=BString(), BString pdescription=BString(), BList< BString > pstations=BList< BString >())
 
BString getType ()
 
BError setMembers (BDictString &members)
 
BError setMember (BString name, BString value)
 
BError getMembers (BDictString &members)
 
BError getMember (BString name, BString &value)
 

Public Attributes

BUInt32 id
 ID. More...
 
BString network
 The name. More...
 
BString description
 The organisations description. More...
 
BList< BString > stations
 The list of arrays/stations the Network uses. More...
 

Detailed Description

This class defines a Network organisation. Could have other information here like website, contacts etc.

Constructor & Destructor Documentation

Bds::Network::Network ( BUInt32  pid = 0,
BString  pnetwork = BString(),
BString  pdescription = BString(),
BList< BString >  pstations = BList<BString >() 
)

Member Function Documentation

BError Bds::Network::getMember ( BString  name,
BString &  value 
)
BError Bds::Network::getMembers ( BDictString &  members)
BString Bds::Network::getType ( )
BError Bds::Network::setMember ( BString  name,
BString  value 
)
BError Bds::Network::setMembers ( BDictString &  members)

Member Data Documentation

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.


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