Click or drag to resize

AlarmCameraActionSetting Class

This class describes the configured alarm-triggered actions for a specific camera.
Inheritance Hierarchy
SystemObject
  Bosch.Vms.SDKAlarmCameraActionSetting

Namespace: Bosch.Vms.SDK
Assembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntax
C#
[SerializableAttribute]
public class AlarmCameraActionSetting

The AlarmCameraActionSetting type exposes the following members.

Properties
 NameDescription
Public propertyAuxCommandNumber The number of the pre-configured auxiliary command (only defined if IsMoveToPredefinedPositionEnabled is true).
Public propertyCamera Camera handle
Public propertyIsMoveToPredefinedPositionEnabled True if the dome camera moves to a predefined position when the alarm is triggered.
Public propertyIsProtectRecordingEnabled True if the alarm recording for the camera gets marked as protected.
Public propertyIsSendAuxCommandEnabled True if the alarm causes the server to send an auxiliary command to the dome camera.
Public propertyIsTriggerRecordingEnabled True if alarm recording is triggered for the camera.
Public propertyPredefinedPosition Returns the number of a predefined dome position (only defined if IsMoveToPredefinedPositionEnabled is true).
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also