Click or drag to resize

IIntrusionPanelDoorManagerSecure Method

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.

Namespace: Bosch.Vms.SDK
Assembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntax
C#
void Secure(
	IntrusionPanelDoor door
)

Parameters

door  IntrusionPanelDoor
IntrusionPanel door for which must be secured
Exceptions
ExceptionCondition
SdkException Thrown if door doesn't exist in the configuration or is not permitted to caller. Thrown in case of any failure. Please see SdkException.Message for detailed information about failure reason.
UnauthorizedAccessSdkException Thrown if operation is not permitted to caller.
See Also