get_interfaces
Description:
[ Version ( since = "0.2.8" ) ]
public GenericArray<unowned Interface> get_interfaces () throws Error
public GenericArray<unowned Interface> get_interfaces () throws Error
Gets all the interfaces exported by the device.
The first time this method is used the hardware is queried and then after that cached results are returned. To invalidate the caches use invalidate.
Parameters:
this |
a Device |
Returns:
an array of interfaces or null for error |