ICameraManagerGetComment Method |  |
Returns the camera comment (which can be entered in the configuration client).
Namespace: Bosch.Vms.SDKAssembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntaxstring GetComment(
Camera camera
)
Parameters
- camera Camera
- Camera object to get comment for.
Return Value
StringThe comment string from the configuration data for the camera
Exceptions| Exception | Condition |
|---|
| SdkException |
Thrown if camera doesn't exist in the configuration or is not permitted to caller.
|
See Also