Click or drag to resize

IVirtualInputManagerSwitchOn Method

Switches on the specified virtual input, generating an according state event for this virtual input.

Namespace: Bosch.Vms.SDK
Assembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntax
C#
void SwitchOn(
	VirtualInput input
)

Parameters

input  VirtualInput
VirtualInput handle which state should be changed.
Exceptions
ExceptionCondition
SdkException Thrown if input doesn't exist in the configuration or is not permitted to caller.
See Also