Click or drag to resize

IAlarmConfigurationManagerGetCameraActionSettings Method

Returns configuration settings for alarm-triggered camera actions related to the type of the given alarm.

Namespace: Bosch.Vms.SDK
Assembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntax
C#
IEnumerable<AlarmCameraActionSetting> GetCameraActionSettings(
	AlarmData alarmData
)

Parameters

alarmData  AlarmData
The alarm whose alarm camera action settings should be returned.

Return Value

IEnumerableAlarmCameraActionSetting
An enumeration of AlarmCameraActionSetting objects; the enumeration is empty if no alarm camera actions are configured for the type of the given alarm.
See Also