Click or drag to resize

ICameraManagerGetComment Method

Returns the camera comment (which can be entered in the configuration client).

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

Parameters

camera  Camera
Camera object to get comment for.

Return Value

String
The comment string from the configuration data for the camera
Exceptions
ExceptionCondition
SdkException Thrown if camera doesn't exist in the configuration or is not permitted to caller.
See Also