A generic container for an array of bytes.
void ncpUnregisterPcServer(PcServer *server)
void ncpDoRegisterAck(int ch, const char *name)
const char * getNcpConnectName()
void setVerbose(short int _verbose)
short int ncpProtocolVersion()
Channel(NCP *ncpController)
void newNcpController(NCP *ncpController)
void ncpRegisterPcServer(TCPSocket *skt, const char *name)
PcServer * ncpFindPcServer(const char *name)
void setNcpConnectName(const char *)
void setNcpChannel(int chan)
void terminateWhenAsked()
void ncpSend(BufferStore &a)
bool shouldTerminate() const
Indicates that the channel needs termination and should be cleaned-up.
void registerPcServer(TCPSocket *skt, const char *name)
PcServer * findPcServer(const char *name)
void unregisterPcServer(PcServer *server)
void Register(Channel *c)
void send(int channel, BufferStore &a)
short int getProtocolVersion()
void disconnect(int channel)
void RegisterAck(int, const char *)
Representation of a server process on the PC A dummy which does not allow connects for now.
A class for dealing with sockets.