#include <MediaRelay.h>

Please refer to the Symmitron documentation for more information about Syms.
Public Member Functions | |
| Sym (UtlString &id, UtlString &localAddress, int port) | |
| UtlString | getId (void) const |
| UtlString | getLocalAddress (void) const |
| int | getPort (void) const |
| virtual UtlContainableType | getContainableType () const |
| virtual unsigned | hash () const |
| virtual int | compareTo (UtlContainable const *) const |
Static Public Attributes | |
| static const UtlContainableType | TYPE = "Sym" |
Private Attributes | |
| UtlString | mId |
| < Class type used for runtime checking | |
| UtlString | mLocalAddress |
| int | mPort |
| UtlString getId | ( | void | ) | const |
| UtlString getLocalAddress | ( | void | ) | const |
| int getPort | ( | void | ) | const |
| UtlContainableType getContainableType | ( | void | ) | const [virtual] |
Implements UtlContainable.
| unsigned hash | ( | ) | const [virtual] |
Implements UtlContainable.
| int compareTo | ( | UtlContainable const * | rhs | ) | const [virtual] |
Implements UtlContainable.
const UtlContainableType TYPE = "Sym" [static] |
Reimplemented from UtlContainable.
UtlString mLocalAddress [private] |
int mPort [private] |