find_interface_by_mac


Description:

public Interface find_interface_by_mac (string macaddr)

Get a particular interface which has MAC address mac.

Parameters:

this

a Connection

macaddr

MAC address to lookup

Returns:

A new reference to a Interface, or NULL if no interface exists with MAC address mac. The returned object must be unreffed using unref once used.