ISUTConnection Interface
The ISUTConnection type exposes the following members.
Methods
These methods are for internal use. Use ITestee for interacting with the currently active SUT.
Properties
Name | Description |
ConnectionString | Provides access to the Connection string to the SUT. |
CurrentScreen | Provides access to the Current Screen as a byte array. |
CurrentScreenAsImage | Provides access to the Current Screen as an Image. |
Description | Description provided within the Connection string |
ErrorDescription | Last error event for the connection if hasError = true |
HasError | Provides the information if the connection to the SUT has an error |
IsConnected | Provides the connection status |
MaximumUpdateRate | Maximum possible refresh rate of the screen |
Name | Name provided within the Connection string |
ScreenDimensions | The screen dimension of the connected SUT as a Size. |
ScreenDpi | The screen DPI of the connected SUT. |
Target | Target provided within the Connection string |
UpdateRate | The current screen update rate from the SUT. Can be useful to detect if the screen is stable or not. |
Last updated