Click or drag to resize

IServerApi 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 IServerApi

The IServerApi type exposes the following members.

Properties
 NameDescription
Public propertyAccessSystemDoorManager Gives access to the AccessSystemDoorManager.
Public propertyAccessSystemReaderManager Gives access to the AccessSystemReaderManager.
Public propertyAlarmConfigurationManager Gives access to the alarm configuration manager which provides configuration settings for alarms.
Public propertyAlarmManager Gives access to the AlarmManager.
Public propertyAnalogMonitorManager Gives access to the AnalogMonitorManager.
Public propertyAuditTrailManager Gives access to the AuditTrailManager.
Public propertyCameraManager Gives access to the CameraManager.
Public propertyCompoundEventManager Gives access to the CompoundEventManager.
Public propertyConfigurationManager Gives access to the ConfigurationManager.
Public propertyDecoderManager Gives access to the DecoderManager.
Public propertyDeviceManager Gives access to the DeviceManager.
Public propertyDomeCameraManager Gives access to the DomeCameraManager.
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.
Public propertyInputManager Gives access to the InputManager.
Public propertyIntrusionPanelAreaManager Gives access to the IntrusionPanelAreaManager.
Public propertyIntrusionPanelDoorManager Gives access to the IntrusionPanelDoorManager.
Public propertyIntrusionPanelPointManager Gives access to the IntrusionPanelPointManager.
Public propertyLicenseCheckerObsolete.
Gives access to the LicenseChecker.
Public propertyLogbook Gives access to the Logbook.
Public propertyMatrixManager Gives access to the MatrixManager.
Public propertyRecorderManager Gives access to the RecorderManager.
Public propertyRelayManager Gives access to the RelayManager.
Public propertyScheduleManager Gives access to the ScheduleManager.
Public propertySendManager Gives acces to the sending mails or sms.
Public propertySequenceManager Gives access to the SequenceManager to control decoder sequences.
Public propertyServerInformationManager Gives access to the ServerInformationManager.
Public propertyStorageManager Gives access to the StorageMannager.
Public propertySystemTimeManager Gives access to the SystemTimeManager.
Public propertyVirtualInputManager Gives access to the VirtualInputManager.
Top
See Also