Media/WebRTC/WebRTCE10S/NetworkProxyInterface: Difference between revisions
< Media | WebRTC | WebRTCE10S
Jump to navigation
Jump to search
No edit summary |
|||
| Line 4: | Line 4: | ||
EnumerateInterfaces() | EnumerateInterfaces() | ||
Returns a sequence of: | |||
{ | |||
string name; | |||
PRNetAddr address; | |||
InterfaceType type; | |||
} | |||
enum InterfaceType { Local, Wired, WiFi, Mobile, Virtual }; | |||
==== Packet Transmisson and Reception ==== | ==== Packet Transmisson and Reception ==== | ||
Revision as of 09:56, 24 April 2013
Network Proxy Interfaces for WebRTC E10S Split
Address Enumeration
EnumerateInterfaces()
Returns a sequence of:
{
string name;
PRNetAddr address;
InterfaceType type;
}
enum InterfaceType { Local, Wired, WiFi, Mobile, Virtual };