Click or drag to resize

IApplicationManagerFireUserEvent Method

Fires UserEvent (Operator Button)

Namespace: Bosch.Vms.SDK
Assembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntax
C#
void FireUserEvent(
	int nr
)

Parameters

nr  Int32
Number of the user event to fire. Possible value range 1..4.
Exceptions
ExceptionCondition
SdkException Thrown when nr is out of range.
UnauthorizedAccessSdkException Thrown if operation is not permitted to caller.
See Also