Click or drag to resize
CameraUser Class
Represents the registered user of the camera device
Inheritance Hierarchy
SystemObject
  Ozeki.CameraCameraUser

Namespace: Ozeki.Camera
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public class CameraUser : ICameraUser

The CameraUser type exposes the following members.

Constructors
  NameDescription
Public methodCameraUser
Initializes a new instance of the CameraUser class
Public methodCameraUser(CameraUserLevel)
Represents the registered user of the camera device
Top
Methods
Properties
  NameDescription
Public propertyPassword
Gets or sets the user's password
Public propertyUserLevel
Gets the user's level
Public propertyUserName
Gets or sets the user's username.
Top
See Also