vdr 2.6.4
|
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 |
cSVDRPServerParams::cSVDRPServerParams | ( | const char * | Params | ) |
Definition at line 547 of file svdrp.c.
References apiversion, error, host, name, port, strgetval(), timeout, and vdrversion.
|
inline |
Definition at line 540 of file svdrp.c.
References apiversion.
|
inline |
Definition at line 544 of file svdrp.c.
References error.
Referenced by cSVDRPServer::CmdCONN(), and cSVDRPClientHandler::HandleClientConnection().
|
inline |
Definition at line 542 of file svdrp.c.
References host.
Referenced by cSVDRPClientHandler::AddClient().
|
inline |
Definition at line 537 of file svdrp.c.
References name.
Referenced by cSVDRPClientHandler::AddClient(), and cSVDRPServer::CmdCONN().
|
inline |
Definition at line 543 of file svdrp.c.
References error.
Referenced by cSVDRPServer::CmdCONN(), and cSVDRPClientHandler::HandleClientConnection().
|
inline |
Definition at line 538 of file svdrp.c.
References port.
Referenced by cSVDRPClientHandler::AddClient().
|
inline |
Definition at line 541 of file svdrp.c.
References timeout.
Referenced by cSVDRPClientHandler::AddClient().
|
inline |
Definition at line 539 of file svdrp.c.
References vdrversion.
|
private |
Definition at line 531 of file svdrp.c.
Referenced by ApiVersion(), and cSVDRPServerParams().
|
private |
Definition at line 534 of file svdrp.c.
Referenced by cSVDRPServerParams(), Error(), and Ok().
|
private |
Definition at line 533 of file svdrp.c.
Referenced by cSVDRPServerParams(), and Host().
|
private |
Definition at line 528 of file svdrp.c.
Referenced by cSVDRPServerParams(), and Name().
|
private |
Definition at line 529 of file svdrp.c.
Referenced by cSVDRPServerParams(), and Port().
|
private |
Definition at line 532 of file svdrp.c.
Referenced by cSVDRPServerParams(), and Timeout().
|
private |
Definition at line 530 of file svdrp.c.
Referenced by cSVDRPServerParams(), and VdrVersion().