OpenTAP 9.24
API Reference
Properties | List of all members
OpenTap.IEnabledResource Interface Reference

Resources that can be enabled and disabled. Currently this is only supported for ResultListeners. More...

Inheritance diagram for OpenTap.IEnabledResource:
OpenTap.IResource OpenTap.ResultListener OpenTap.LogResultListener OpenTap.TestPlanRunSummaryListener

Properties

bool IsEnabled [getset]
 Gets or sets if this resources is enabled.
 
- Properties inherited from OpenTap.IResource
string Name [getset]
 A short name to display in the user interface in areas with limited space.
 
bool IsConnected [get]
 Indicates whether this DUT is currently connected. This value should be set by Open() and Close().
 

Additional Inherited Members

- Public Member Functions inherited from OpenTap.IResource
void Open ()
 When overridden in a derived class, opens a connection to the resource represented by this class.
 
void Close ()
 When overridden in a derived class, closes the connection made to the resource represented by this class.
 

Detailed Description

Resources that can be enabled and disabled. Currently this is only supported for ResultListeners.

OpenTAP 9.24 API built Tue Apr 30 2024 13:44:41