Click or drag to resize

AccessSystemDoorContactState Enumeration

State of a door-contact of an AccessSystemDoor.

Namespace: Bosch.Vms.SDK
Assembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntax
C#
[SerializableAttribute]
public enum AccessSystemDoorContactState
Members
Member nameValueDescription
Unknown0 The contact state of an AccessSystemDoor is unknown.
Opened1 The door-contact indicates that the door is opened.
Closed2 The door-contact indicates that the door is closed.
See Also