Click or drag to resize

IAccessSystemDoorManagerGetState Method

Gets the state of the door.

Namespace: Bosch.Vms.SDK
Assembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntax
C#
AccessSystemDoorState GetState(
	AccessSystemDoor door
)

Parameters

door  AccessSystemDoor
The door that state should be set.

Return Value

AccessSystemDoorState
The current state of a door.
See Also