#include <beeplisten.h>
Public Attributes | |
srObjID | OID |
object ID | |
sbSockObject * | pSockListening |
our own listening socket | |
sbNVTRObject * | pRootSessions |
this server's active sessions | |
sbNVTRObject * | pProfsSupported |
list of supported profiles | |
char * | szListenAddr |
IP address the server should bind to - NULL means no specific address. | |
unsigned | uListenPort |
port the server should bind to | |
int | bRun |
run indicator for server | |
int | bLstnBEEP |
should we listen to BEEP (RFC3195)? | |
srAPIObject * | pAPI |
pointer to our API Object |
Implemented via beeplisten::h and beeplisten::c.
|
run indicator for server If set to FALSE, server will terminate |