EventData Constructor |  |
not intended for use through scripting
Namespace: Bosch.Vms.SDKAssembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntaxpublic 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