1
0

cNetwork: Added EnumLocalIPAddresses() function.

This commit is contained in:
Mattes D
2015-02-22 10:51:16 +01:00
parent 1bcc4abd68
commit c758482ece
7 changed files with 183 additions and 5 deletions

View File

@@ -318,6 +318,9 @@ public:
If a_Port is 0, the OS is free to assign any port number it likes to the endpoint.
Returns the endpoint object that can be interacted with. */
static cUDPEndpointPtr CreateUDPEndpoint(UInt16 a_Port, cUDPEndpoint::cCallbacks & a_Callbacks);
/** Returns all local IP addresses for network interfaces currently available. */
static AStringVector EnumLocalIPAddresses(void);
};