plptools
Loading...
Searching...
No Matches
PcServer Class Reference

Representation of a server process on the PC A dummy which does not allow connects for now. More...

#include <ncp.h>

Public Member Functions

 PcServer (TCPSocket *, std::string _name)
 
 ~PcServer ()
 
bool clientConnect (int, int)
 
std::string getName ()
 
PcServerself ()
 

Private Attributes

std::string name
 

Detailed Description

Representation of a server process on the PC A dummy which does not allow connects for now.

Definition at line 43 of file ncp.h.

Constructor & Destructor Documentation

◆ PcServer()

PcServer::PcServer ( TCPSocket ,
std::string  _name 
)
inline

Definition at line 45 of file ncp.h.

◆ ~PcServer()

PcServer::~PcServer ( )
inline

Definition at line 46 of file ncp.h.

Member Function Documentation

◆ clientConnect()

bool PcServer::clientConnect ( int  ,
int   
)
inline

Definition at line 47 of file ncp.h.

◆ getName()

std::string PcServer::getName ( )
inline

Definition at line 48 of file ncp.h.

◆ self()

PcServer * PcServer::self ( )
inline

Definition at line 49 of file ncp.h.

Member Data Documentation

◆ name

std::string PcServer::name
private

Definition at line 51 of file ncp.h.


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