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=BUInt32(), 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

§ Network()

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

Member Function Documentation

§ getMember()

BError Bds::Network::getMember ( BString  name,
BString &  value 
)

§ getMembers()

BError Bds::Network::getMembers ( BDictString &  members)

§ getType()

BString Bds::Network::getType ( )

§ setMember()

BError Bds::Network::setMember ( BString  name,
BString  value 
)

§ setMembers()

BError Bds::Network::setMembers ( BDictString &  members)

Member Data Documentation

§ description

BString Bds::Network::description

The organisations description.

§ id

BUInt32 Bds::Network::id

ID.

§ network

BString Bds::Network::network

The name.

§ stations

BList<BString > Bds::Network::stations

The list of arrays/stations the Network uses.


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