All Classes Namespaces Functions Variables Enumerations Enumerator Pages
Public Member Functions | Friends | List of all members
net::SpeclistResponse Class Reference

A response message to SPECLIST requests. A reponse message to SPECLIST request may be negative, if no DSS are found in the system (error code 99). If some DSS is found, the response shows how may they are and their names. More...

#include <client_protocol.h>

Inheritance diagram for net::SpeclistResponse:
Inheritance graph
[legend]
Collaboration diagram for net::SpeclistResponse:
Collaboration graph
[legend]

Public Member Functions

 SpeclistResponse (ResponseCode code)
 
void setDssNumber (int n)
 
void addDssEntry (const std::string &dssEntry)
 
- Public Member Functions inherited from net::ResponseMessage
 ResponseMessage (ResponseCode code)
 
ResponseCode getResponseCode () const
 

Friends

std::ostream & operator<< (std::ostream &os, const SpeclistResponse &msg)
 

Additional Inherited Members

- Protected Attributes inherited from net::ResponseMessage
ResponseCode responseCode
 

Detailed Description

A response message to SPECLIST requests. A reponse message to SPECLIST request may be negative, if no DSS are found in the system (error code 99). If some DSS is found, the response shows how may they are and their names.


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