VisuRedundancy_Prg.GetCommandMonitorClient (METH) ¶ METHOD GetCommandMonitorClient : StructClientCommandMonitor It returns command statistics data from client InOut: Scope Name Type Comment Return GetCommandMonitorClient StructClientCommandMonitor Input uiCmd UINT Command to get data for
VisuRedundancy_Prg.GetCommandMonitorServer (METH) ¶ METHOD GetCommandMonitorServer : StructServerCommandMonitor It returns command statistics data from server InOut: Scope Name Type Comment Return GetCommandMonitorServer StructServerCommandMonitor Input uiCmd UINT Command to get data for
IVisualizationClient.NextVisuName (PROP) ¶ PROPERTY NextVisuName : STRING Returns the name of the next visualization to be displayed or an empty string, if the visualization is unknown
IVisualizationClient.PreviousVisuName (PROP) ¶ PROPERTY PreviousVisuName : STRING Returns the name of the previous visualization or an empty string, if still the first visualization is displayed.
IVisualizationClient.UserGroupId (PROP) ¶ PROPERTY UserGroupId : DWORD The current user group ID, of the user, which is logged in.
IVisualizationClient.UserName (PROP) ¶ PROPERTY UserName : WSTRING Returns the name of the currently logged in user if a usermanagement is active.
IVisualizationClientFilter.IsAccepted (METH) ¶ METHOD IsAccepted : BOOL For every client can be desided, if it is accepted. TRUE : Client is accepted InOut: Scope Name Type Comment Return IsAccepted BOOL Input itfClient IVisualizationClient The client, to check
IVisualizationClientIteration.EndIteration (METH) ¶ METHOD EndIteration This method will be called after the end of an iteration over all clients. Note Please remark that this method will be called from VISU_TASK
IVisualizationClientIteration.HandleClient (METH) ¶ METHOD HandleClient This method will be called for each client that is currently within the list of active visualization clients. Note Please remark that this method will be called from VISU_TASK InOut: Scope Name Type Comment Input itfClient IVisualizationClient The object representing the according client. Will not be 0.
IVisualizationClientIteration.StartIteration (METH) ¶ METHOD StartIteration This method will be called at the start of an iteration over all clients. Note Please remark that this method will be called from VISU_TASK.