Click or drag to resize

ICameraManagerIsBypassed Method

Returns whether a given camera is bypassed, i.e.whether all events from the according device are suppressed.

Namespace: Bosch.Vms.SDK
Assembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntax
C#
bool IsBypassed(
	Camera camera
)

Parameters

camera  Camera
Camera object which status should be checked.

Return Value

Boolean
true if all events from the camera is bypassed.
Exceptions
ExceptionCondition
SdkException Thrown if camera doesn't exist in the configuration or is not permitted to caller.
See Also