|
OpenTAP 9.32
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. More... | |
| string[] | DetectDeviceAddresses (DeviceAddressAttribute AddressType) |
| Looks up all the device addresses available for a given device address type. More... | |
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.32 API built Tue Feb 3 2026 12:07:40