My Project
Public Member Functions | List of all members
NPL::UIReceivers Class Reference

NOT USED YET: a list of NPL runtime address. More...

#include <NPLCommon.h>

Public Member Functions

bool empty ()
 returns true if the receiver is empty. More...
 
void AddReceiver (const char *sAddress)
 add a new receiver from a string
 
void Cleanup ()
 clean up
 
string ToString ()
 convert to string. More...
 
void FromString (const char *sReceivers)
 append UI receivers from string. More...
 

Detailed Description

NOT USED YET: a list of NPL runtime address.

This is from my 2005 design.

Member Function Documentation

§ empty()

bool NPL::UIReceivers::empty ( )
inline

returns true if the receiver is empty.

§ FromString()

void NPL::UIReceivers::FromString ( const char *  sReceivers)
inline

append UI receivers from string.

Parameters
sReceiversit can be of the string returned by UIReceivers.ToString().

§ ToString()

string NPL::UIReceivers::ToString ( )
inline

convert to string.

separated by ";". e.g. "192.168.0.10:4000;192.168.0.11:4001;"


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