Click or drag to resize

IClientApi Interface

Access to Client Api

Namespace: Bosch.Vms.SDK
Assembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntax
C#
public interface IClientApi : IServerApi

The IClientApi type exposes the following members.

Properties
 NameDescription
Public propertyAccessSystemDoorManager Gives access to the AccessSystemDoorManager.
(Inherited from IServerApi)
Public propertyAccessSystemReaderManager Gives access to the AccessSystemReaderManager.
(Inherited from IServerApi)
Public propertyAlarmConfigurationManager Gives access to the alarm configuration manager which provides configuration settings for alarms.
(Inherited from IServerApi)
Public propertyAlarmManager Gives access to the AlarmManager.
(Inherited from IServerApi)
Public propertyAnalogMonitorManager Gives access to the AnalogMonitorManager.
(Inherited from IServerApi)
Public propertyApplicationManager Gives access to the UserManager
Public propertyAuditTrailManager Gives access to the AuditTrailManager.
(Inherited from IServerApi)
Public propertyCameraManager Gives access to the CameraManager.
(Inherited from IServerApi)
Public propertyCompoundEventManager Gives access to the CompoundEventManager.
(Inherited from IServerApi)
Public propertyConfigurationManager Gives access to the ConfigurationManager.
(Inherited from IServerApi)
Public propertyContentManager Gives access to the ContentManager
Public propertyDecoderManager Gives access to the DecoderManager.
(Inherited from IServerApi)
Public propertyDeviceManager Gives access to the DeviceManager.
(Inherited from IServerApi)
Public propertyDocumentManager Gives access to the DocumentManager
Public propertyDomeCameraManager Gives access to the DomeCameraManager.
(Inherited from IServerApi)
Public propertyEventManager Gives access to the EventManager. The EventManager of IServerApi provides all events of BVMS. Do not use this property on instance types which are derived from IClientApi. The EventManager property of the IClientApi returns always an implementation of a null object pattern which provides do nothing behavior and returns default values.
(Inherited from IServerApi)
Public propertyInputManager Gives access to the InputManager.
(Inherited from IServerApi)
Public propertyIntrusionPanelAreaManager Gives access to the IntrusionPanelAreaManager.
(Inherited from IServerApi)
Public propertyIntrusionPanelDoorManager Gives access to the IntrusionPanelDoorManager.
(Inherited from IServerApi)
Public propertyIntrusionPanelPointManager Gives access to the IntrusionPanelPointManager.
(Inherited from IServerApi)
Public propertyLicenseCheckerObsolete.
Gives access to the LicenseChecker.
(Inherited from IServerApi)
Public propertyLogbook Gives access to the Logbook.
(Inherited from IServerApi)
Public propertyMatrixManager Gives access to the MatrixManager.
(Inherited from IServerApi)
Public propertyRecorderManager Gives access to the RecorderManager.
(Inherited from IServerApi)
Public propertyRelayManager Gives access to the RelayManager.
(Inherited from IServerApi)
Public propertyScheduleManager Gives access to the ScheduleManager.
(Inherited from IServerApi)
Public propertySendManager Gives acces to the sending mails or sms.
(Inherited from IServerApi)
Public propertySequenceManager Gives access to the SequenceManager to control decoder sequences.
(Inherited from IServerApi)
Public propertyServerInformationManager Gives access to the ServerInformationManager.
(Inherited from IServerApi)
Public propertyStorageManager Gives access to the StorageMannager.
(Inherited from IServerApi)
Public propertySystemTimeManager Gives access to the SystemTimeManager.
(Inherited from IServerApi)
Public propertyTimelineManager Gives access to the TimelineManager
Public propertyVirtualInputManager Gives access to the VirtualInputManager.
(Inherited from IServerApi)
Top
See Also