ISUTConnection Interface
The ISUTConnection type exposes the following members.
Name | Description |
ConnectionString | Provides access to the Connection string to the SUT. |
CurrentScreen | |
CurrentScreenAsImage | |
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 | |
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 modified 3yr ago