|
My Project
|
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... | |
NOT USED YET: a list of NPL runtime address.
This is from my 2005 design.
|
inline |
returns true if the receiver is empty.
|
inline |
append UI receivers from string.
| sReceivers | it can be of the string returned by UIReceivers.ToString(). |
|
inline |
convert to string.
separated by ";". e.g. "192.168.0.10:4000;192.168.0.11:4001;"
1.8.12