vdr 2.6.7
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::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

◆ ApiVersion()

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

Definition at line 540 of file svdrp.c.

References apiversion.

◆ Error()

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

Definition at line 544 of file svdrp.c.

References error.

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

◆ Host()

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

Definition at line 542 of file svdrp.c.

References host.

Referenced by cSVDRPClientHandler::AddClient().

◆ Name()

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

Definition at line 537 of file svdrp.c.

References name.

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

◆ Ok()

bool cSVDRPServerParams::Ok ( void ) const
inline

Definition at line 543 of file svdrp.c.

References error.

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

◆ Port()

const int cSVDRPServerParams::Port ( void ) const
inline

Definition at line 538 of file svdrp.c.

References port.

Referenced by cSVDRPClientHandler::AddClient().

◆ Timeout()

const int cSVDRPServerParams::Timeout ( void ) const
inline

Definition at line 541 of file svdrp.c.

References timeout.

Referenced by cSVDRPClientHandler::AddClient().

◆ VdrVersion()

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

Definition at line 539 of file svdrp.c.

References vdrversion.

Member Data Documentation

◆ apiversion

cString cSVDRPServerParams::apiversion
private

Definition at line 531 of file svdrp.c.

Referenced by ApiVersion(), and cSVDRPServerParams().

◆ error

cString cSVDRPServerParams::error
private

Definition at line 534 of file svdrp.c.

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

◆ host

cString cSVDRPServerParams::host
private

Definition at line 533 of file svdrp.c.

Referenced by cSVDRPServerParams(), and Host().

◆ name

cString cSVDRPServerParams::name
private

Definition at line 528 of file svdrp.c.

Referenced by cSVDRPServerParams(), and Name().

◆ port

int cSVDRPServerParams::port
private

Definition at line 529 of file svdrp.c.

Referenced by cSVDRPServerParams(), and Port().

◆ timeout

int cSVDRPServerParams::timeout
private

Definition at line 532 of file svdrp.c.

Referenced by cSVDRPServerParams(), and Timeout().

◆ vdrversion

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: