Public Member Functions | |
bool | empty () |
returns true if the receiver is empty. | |
void | AddReceiver (const char *sAddress) |
add a new receiver from a string | |
void | Cleanup () |
clean up | |
string | ToString () |
convert to string. | |
void | FromString (const char *sReceivers) |
append UI receivers from string. |
bool NPL::UIReceivers::empty | ( | ) |
returns true if the receiver is empty.
string NPL::UIReceivers::ToString | ( | ) |
convert to string.
separated by ";". e.g. "192.168.0.10:4000;192.168.0.11:4001;"
void NPL::UIReceivers::FromString | ( | const char * | sReceivers | ) |
append UI receivers from string.
sReceivers,: | it can be of the string returned by UIReceivers.ToString(). |