ICameraManagerIsBypassed Method |  |
Returns whether a given camera is bypassed, i.e.whether all events from the according device are suppressed.
Namespace: Bosch.Vms.SDKAssembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntaxbool IsBypassed(
Camera camera
)
Parameters
- camera Camera
- Camera object which status should be checked.
Return Value
Booleantrue if all events from the camera is bypassed.
Exceptions| Exception | Condition |
|---|
| SdkException |
Thrown if camera doesn't exist in the configuration or is not permitted to caller.
|
See Also