query_by_device_number


Description:

public Device? query_by_device_number (DeviceType type, DeviceNumber number)

Looks up a device for a type and device number.

Parameters:

this

A Client.

type

A value from the DeviceType enumeration.

number

A device number.

Returns:

A Device object or null if the device was not found. Free with unref.