Click or drag to resize

IIntrusionPanelPointManager Interface

Provides methods for IntrusionPanel points management

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

The IIntrusionPanelPointManager type exposes the following members.

Methods
 NameDescription
Public methodBypass Allows the user to bypass point The panel will ignore alarms/troubles and not display point faults when a point is bypassed.
Public methodGetConnectionState Gets the ConnectionState of a device.
(Inherited from IDeviceManager)
Public methodGetDeviceById Retrieves device handle by ID.
(Inherited from IDeviceManager)
Public methodGetDeviceByName Retrieves device handle by name.
(Inherited from IDeviceManager)
Public methodGetDeviceInfoList Gets information about all devices.
(Inherited from IDeviceManager)
Public methodGetInitialStates Triggers submission of current device state events to registered event receivers.
(Inherited from IDeviceManager)
Public methodGetName Retrieves device name.
(Inherited from IDeviceManager)
Public methodGetPointById Gets a IntrusionPanel point by id.
Public methodGetPointByName Gets a IntrusionPanel point by name.
Public methodGetPointInfoList Gets information for all IntrusionPanel points
Public methodGetPointStates Gets information about IntrusionPanelPointStates for all point state events
Public methodUnbypass Allows the user to unbypass point The panel will respond to alarms/troubles and display point faults when a point is unbypassed.
Top
See Also