IEventManagerGetEventTypes Method |  |
Returns a list of event types that can be used as event type parameter
for the given device in the corresponding register method.
Namespace: Bosch.Vms.SDKAssembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
SyntaxIEnumerable<string> GetEventTypes(
Device device
)
Parameters
- device Device
- Device which fires the events.
Return Value
IEnumerableStringList of event types.
See Also