Click or drag to resize

EventData Constructor

not intended for use through scripting

Namespace: Bosch.Vms.SDK
Assembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntax
C#
public EventData(
	string type,
	Device device,
	string deviceName,
	DateTime time,
	Dictionary<string, string> data
)

Parameters

type  String
 
device  Device
 
deviceName  String
 
time  DateTime
 
data  DictionaryString, String
 
See Also