ScreenSetTimeoutNextScreen Method |
Sets the Screen number the device goes to when this Screen times out.
Namespace:
ProScript
Assembly:
proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax public void SetTimeoutNextScreen(
int timeoutNextScreen
)
Public Sub SetTimeoutNextScreen (
timeoutNextScreen As Integer
)
public:
void SetTimeoutNextScreen(
int timeoutNextScreen
)
member SetTimeoutNextScreen :
timeoutNextScreen : int -> unit
Parameters
- timeoutNextScreen
- Type: SystemInt32
Timeout next screen.
See Also