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: 10.4.13.0
Syntax
public class CameraUser : ICameraUser

The CameraUser type exposes the following members.

Constructors
 NameDescription
Public methodCameraUserInitializes a new instance of the CameraUser class
Public methodCameraUser(CameraUserLevel) Represents the registered user of the camera device
Top
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
Methods
 NameDescription
Public methodToString
(Overrides ObjectToString)
Top
See Also