Click or drag to resize
IUserManager Interface

Namespace: Ozeki.Camera
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public interface IUserManager

The IUserManager type exposes the following members.

Methods
  NameDescription
Public methodAddCameraUser
Adds a user to the user list of the device (if the device supports it).
Public methodGetUsersList
Gets the list of users from the camera.
Public methodModifyCameraUser
Modifies the selected user of the device (if the device supports it).
Public methodRemoveCameraUser
Removes a user from the user list of the device (if the device supports it).
Top
See Also