Click or drag to resize

IIntrusionPanelPointManagerUnbypass Method

Allows the user to unbypass point The panel will respond to alarms/troubles and display point faults when a point is unbypassed.

Namespace: Bosch.Vms.SDK
Assembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntax
C#
void Unbypass(
	IntrusionPanelPoint point
)

Parameters

point  IntrusionPanelPoint
IntrusionPanel point which must be unbypassed
Exceptions
ExceptionCondition
SdkException Thrown if point 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