Confirmed users
214
edits
| Line 11: | Line 11: | ||
InterfaceType type; | InterfaceType type; | ||
} | } | ||
enum InterfaceType { Local, Wired, WiFi, Mobile, Virtual }; | |||
it would be best if this were a synchronous RPC call, but if it has to be async we can live with that. | |||
==== Packet Transmisson and Reception ==== | ==== Packet Transmisson and Reception ==== | ||