VisuUserMgmtDialogManagerListener (FB) ¶ FUNCTION_BLOCK VisuUserMgmtDialogManagerListener IMPLEMENTS VisuElems.IDialogManagerListener Methods: CloseDialog OpenDialog Structure: CloseDialog (Method) OpenDialog (Method)
VisuUserMgmtDialogManagerListener.CloseDialog (METH) ¶ METHOD CloseDialog Notification, that a dialog has been closed for a specific client. InOut: Scope Name Type Comment Input pClientData POINTER TO VisuElems.VisuStructClientData A pointer to a VisuStructClientData structure identifying the client, where the dialog was closed itfDialog VisuElems.IVisualisationDialog The dialog which was closed bAllClientDialogsClosed BOOL If all dialogs from one client were closed bModal BOOL If it was a modal dialog
VisuUserMgmtDialogManagerListener.OpenDialog (METH) ¶ METHOD OpenDialog Notification, that a dialog has been opened for a specific client. InOut: Scope Name Type Comment Input pClientData POINTER TO VisuElems.VisuStructClientData A pointer to a VisuStructClientData structure identifying the client, where the dialog was opened itfDialog VisuElems.IVisualisationDialog The dialog which was opened bModal BOOL If it was a modal dialog
VisuLoginProvider.SetUserDB (METH) ¶ METHOD SetUserDB : BOOL InOut: Scope Name Type Return SetUserDB BOOL Input udiUserDB UDINT
VisuLoginProvider.SetUsers (METH) ¶ METHOD SetUsers : BOOL InOut: Scope Name Type Return SetUsers BOOL Input udiUserCount UDINT pArrUsers POINTER TO ARRAY [0..(MAX_VISIBLE_USERS - 1)] OF VUM_User
VisuUserMgmtProvider.SetUserCount (METH) ¶ METHOD SetUserCount : BOOL InOut: Scope Name Type Return SetUserCount BOOL Input udiUserCount UDINT
VisuUserMgmtProvider.SetUserDB (METH) ¶ METHOD SetUserDB : BOOL InOut: Scope Name Type Return SetUserDB BOOL Input udiUserDB UDINT
VisuUserMgmtProvider.SetUsers (METH) ¶ METHOD SetUsers : BOOL InOut: Scope Name Type Return SetUsers BOOL Input udiUserCount UDINT pArrUsers POINTER TO ARRAY [0..(MAX_VISIBLE_USERS - 1)] OF VUM_User
VisuUserMgmt2 Interfaces Library Documentation ¶ Company : System Title : VisuUserMgmt2 Interfaces Version : 4.5.0.0 Categories : Intern|Visu Namespace : VisuUserManagement_Interfaces Author : CODESYS Development GmbH Description [ 1 ] ¶ This library contains the interfaces for the user management functionality for the visualization. Contents: ¶ ExternalUserDatabase Interfaces VUM_Constants (GVL) VUM_EditType (Enum) VUM_ReturnValues (Enum) VUM_User (Struct) VisuUserManagement IVisuUserManagement (Interface) IVisuUserManagement2 (Interface) Indices and tables ¶ [ 1 ] Based on VisuUserMgmt2_Itfs.library, last modified 13.12.2023, 11:18:16. LibDoc 4.4.0.0-b.37 The content file VisuUserMgmt2_Itfs.clean.json was generated with CODESYS V3.5 SP16 Patch 3 on 13.12.2023, 11:18:18.
ExternalUserDatabase ¶ Interfaces IExternalUserDatabaseProvider (Interface) ChangePassword ChangeUserPassword (Method) Login CheckLogin (Method) CheckLoginWithGroupID (Method) UserManagement ChangeUser (Method) GetUserCount (Method) GetUsers (Method) IExternalUserDatabaseProvider2 (Interface) UserManagement FindUserByType (Method)