Click or drag to resize

ConstantsVirtualInputHiddenDataExternalAlarmId Field

Special Id that may be provided as "External Alarm Id" when calling SendData(VirtualInput, Int64, String) (for generating a "Virtual Input Data Event").
When using this Id, the Operator Client hides all the other data associated to the event from the user. Note that hidden data are still written to the logbook, and can be accessed by the user through the Logbook Search.

Namespace: Bosch.Vms.SDK
Assembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntax
C#
public const long VirtualInputHiddenDataExternalAlarmId = 9223372036854775806

Field Value

Int64
Remarks
The value of this constant is
C#
long.MaxValue - 1
= 9223372036854775806.
See Also