find_by_bus_address


Description:

[ Version ( since = "0.1.0" ) ]
public Device find_by_bus_address (uint8 bus, uint8 address) throws Error

Finds a device based on its bus and address values.

Parameters:

this

a DeviceList

bus

a bus number

address

a bus address

Returns:

a new Device, or null if not found.