Click or drag to resize

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.SDK
Assembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntax
C#
IEnumerable<string> GetEventTypes(
	Device device
)

Parameters

device  Device
Device which fires the events.

Return Value

IEnumerableString
List of event types.
See Also