MediaDevice
Object Hierarchy:
Description:
public abstract class MediaDevice : Object
Content:
Properties:
Creation methods:
Methods:
- public void add_interface (
string
iface)
Add a network interface the device should listen on.
- public void remove_interface (
string
iface)
Remove a previously added network interface from the device.
- public
List
<string
> get_interfaces ()
Get a list of the network interfaces the device is currently allowed
to use.