Click or drag to resize

Camera Class

Handle for cameras
Inheritance Hierarchy
SystemObject
  Bosch.Vms.SDKSdkHandle
    Bosch.Vms.SDKDevice
      Bosch.Vms.SDKCamera
        Bosch.Vms.SDKDomeCamera

Namespace: Bosch.Vms.SDK
Assembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntax
C#
[SerializableAttribute]
public class Camera : Device

The Camera type exposes the following members.

Properties
 NameDescription
Public propertyIsNull True if the handle represents a null value.
(Inherited from SdkHandle)
Top
Methods
 NameDescription
Public methodEquals Determines whether the specified Object is equal to the current Object.
(Inherited from SdkHandle)
Public methodGetHashCode Serves as a hash function for a particular type.
(Inherited from SdkHandle)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToString Returns a String that represents the current Object.
(Inherited from SdkHandle)
Top
Fields
 NameDescription
Public fieldId The ID of the handle.
(Inherited from SdkHandle)
Public fieldServerId The ID of the server which contains the SdkHandle.
(Inherited from SdkHandle)
Top
See Also