vdr  2.4.0
Public Member Functions | Private Attributes | List of all members
cSVDRPServerParams Class Reference

Public Member Functions

 cSVDRPServerParams (const char *Params)
 
const char * Name (void) const
 
const int Port (void) const
 
const char * VdrVersion (void) const
 
const char * ApiVersion (void) const
 
const int Timeout (void) const
 
const char * Host (void) const
 
bool Ok (void) const
 
const char * Error (void) const
 

Private Attributes

cString name
 
int port
 
cString vdrversion
 
cString apiversion
 
int timeout
 
cString host
 
cString error
 

Detailed Description

Definition at line 526 of file svdrp.c.

Constructor & Destructor Documentation

cSVDRPServerParams::cSVDRPServerParams ( const char *  Params)

Definition at line 547 of file svdrp.c.

References apiversion, error, host, name, port, strgetval(), timeout, and vdrversion.

Member Function Documentation

const char* cSVDRPServerParams::ApiVersion ( void  ) const
inline

Definition at line 540 of file svdrp.c.

References apiversion.

const char* cSVDRPServerParams::Error ( void  ) const
inline

Definition at line 544 of file svdrp.c.

References error.

Referenced by cSVDRPServer::CmdCONN(), and cSVDRPClientHandler::HandleClientConnection().

const char* cSVDRPServerParams::Host ( void  ) const
inline

Definition at line 542 of file svdrp.c.

References host.

Referenced by cSVDRPClientHandler::AddClient().

const char* cSVDRPServerParams::Name ( void  ) const
inline

Definition at line 537 of file svdrp.c.

References name.

Referenced by cSVDRPClientHandler::AddClient(), and cSVDRPServer::CmdCONN().

bool cSVDRPServerParams::Ok ( void  ) const
inline

Definition at line 543 of file svdrp.c.

References error.

Referenced by cSVDRPServer::CmdCONN(), and cSVDRPClientHandler::HandleClientConnection().

const int cSVDRPServerParams::Port ( void  ) const
inline

Definition at line 538 of file svdrp.c.

References port.

Referenced by cSVDRPClientHandler::AddClient().

const int cSVDRPServerParams::Timeout ( void  ) const
inline

Definition at line 541 of file svdrp.c.

References timeout.

Referenced by cSVDRPClientHandler::AddClient().

const char* cSVDRPServerParams::VdrVersion ( void  ) const
inline

Definition at line 539 of file svdrp.c.

References vdrversion.

Member Data Documentation

cString cSVDRPServerParams::apiversion
private

Definition at line 531 of file svdrp.c.

Referenced by ApiVersion(), and cSVDRPServerParams().

cString cSVDRPServerParams::error
private

Definition at line 534 of file svdrp.c.

Referenced by cSVDRPServerParams(), Error(), and Ok().

cString cSVDRPServerParams::host
private

Definition at line 533 of file svdrp.c.

Referenced by cSVDRPServerParams(), and Host().

cString cSVDRPServerParams::name
private

Definition at line 528 of file svdrp.c.

Referenced by cSVDRPServerParams(), and Name().

int cSVDRPServerParams::port
private

Definition at line 529 of file svdrp.c.

Referenced by cSVDRPServerParams(), and Port().

int cSVDRPServerParams::timeout
private

Definition at line 532 of file svdrp.c.

Referenced by cSVDRPServerParams(), and Timeout().

cString cSVDRPServerParams::vdrversion
private

Definition at line 530 of file svdrp.c.

Referenced by cSVDRPServerParams(), and VdrVersion().


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