Click or drag to resize

AccessSystemDoorOperationMode Enumeration

Operation mode of an AccessSystemDoor. For the meaning of the door operation modes see the documentation of the access control system.

Namespace: Bosch.Vms.SDK
Assembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntax
C#
[SerializableAttribute]
public enum AccessSystemDoorOperationMode
Members
Member nameValueDescription
Unknown0 The operation mode of an AccessSystemDoor is unknown.
Normal1 The operation mode of an AccessSystemDoor is normal.
Manual2 The operation mode of an AccessSystemDoor is manual.
See Also