Pool Video Switch v2
Software video switch for distributed remote display in a lecture environment
|
Functions | |
QString | interfaceAddressesToString () |
Returns list of all addresses assigned to the interfaces of this machine. More... | |
QString | interfaceAddressesToString (const QList< QHostAddress > &list) |
bool | isAddressInList (const QString &list, const QString &address) |
QString Network::interfaceAddressesToString | ( | ) |
Returns list of all addresses assigned to the interfaces of this machine.
Every address is surrounded by '|', eg: |1.2.3.4|3.66.77.88|123:34::1|
Definition at line 22 of file network.cpp.
QString Network::interfaceAddressesToString | ( | const QList< QHostAddress > & | list | ) |
Definition at line 28 of file network.cpp.
bool Network::isAddressInList | ( | const QString & | list, |
const QString & | address | ||
) |