|
OpenTAP 9.34
API Reference
|
Interface for defining a custom device address discovery system. Implement this along with a specialization of DeviceAddressAttribute. More...
Public Member Functions | |
| bool | CanDetect (DeviceAddressAttribute DeviceAddress) |
| Returns true if this IDeviceDiscovery can look up addresses for the type of device address supplied. | |
| string[] | DetectDeviceAddresses (DeviceAddressAttribute AddressType) |
| Looks up all the device addresses available for a given device address type. | |
Interface for defining a custom device address discovery system. Implement this along with a specialization of DeviceAddressAttribute.
| bool OpenTap.IDeviceDiscovery.CanDetect | ( | DeviceAddressAttribute | DeviceAddress | ) |
Returns true if this IDeviceDiscovery can look up addresses for the type of device address supplied.
| DeviceAddress | The device address kind. |
Implemented in OpenTap.VisaDeviceDiscovery.
| string[] OpenTap.IDeviceDiscovery.DetectDeviceAddresses | ( | DeviceAddressAttribute | AddressType | ) |
Looks up all the device addresses available for a given device address type.
| AddressType | Type of the address. |
Implemented in OpenTap.VisaDeviceDiscovery.
OpenTAP 9.34 API built Wed Jul 1 2026 09:21:14