OpenTAP 9.25
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.25 API built Tue Aug 6 2024 07:49:23