Click or drag to resize

IIntrusionPanelDoorManager Interface

Provides methods for IntrusionPanel doors management

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

The IIntrusionPanelDoorManager type exposes the following members.

Methods
 NameDescription
Public methodCycle Sends the door to cycle mode (Momentary Access) This is a temporary door mode in which the door initiates the door sequence as if a valid token/card was read.
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 methodGetDoorById Gets a IntrusionPanel door by id.
Public methodGetDoorByName Gets a IntrusionPanel door by name.
Public methodGetDoorInfoList Gets information for all IntrusionPanel doors
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 methodGetState Retrieves the state of a intrusion panel door device.
Public methodLock Locks the door (Normal Door) When a door is in the Locked state, one can initiate the door sequence using Skeds, keypad functions, door requests, and valid token/card requests.
Public methodSecure Secures the door (No Access Allowed) When a door is in the Secured state, no access is allowed through the door until it is returned from this state.
Public methodUnlock Unlocks the door (Free Access) When a door is in the Unlocked state, the door is already shunted and the strike does not prevent the door from opening. In this state, the user does not need to activate a door request or present a valid token/card.
Public methodUnsecure Terminates secure mode for the door
Top
See Also