ClientSide.AfterPaint (METH) ¶ METHOD AfterPaint Request done after the first paint command data flow InOut: Scope Name Type Comment Input pClientData POINTER TO VisuStructClientData A pointer to a VisuStructClientData structure identifying the client used IftPaintCommandWriter IVisuPaintCommandWriter The interface to use to write the command
ClientSide.BeforePaint (METH) ¶ METHOD BeforePaint Request done before the first paint command data flow InOut: Scope Name Type Comment Input pClientData POINTER TO VisuStructClientData A pointer to a VisuStructClientData structure identifying the client used IftPaintCommandWriter IVisuPaintCommandWriter The interface to use to write the command
ClientSide.CyclicPaint (METH) ¶ METHOD CyclicPaint Request done during the normal paint command data flow, as first commands InOut: Scope Name Type Comment Input pClientData POINTER TO VisuStructClientData A pointer to a VisuStructClientData structure identifying the client used IftPaintCommandWriter IVisuPaintCommandWriter The interface to use to write the command
ClientSide.EndIteration (METH) ¶ METHOD EndIteration This method will be called after the end of an iteration over all clients. Remarks: Please remark that this method will be called from VISU_TASK
ClientSide.HandleClient (METH) ¶ METHOD HandleClient This method will be called for each client that is currently within the list of active visualization clients. Remarks: Please remark that this method will be called from VISU_TASK InOut: Scope Name Type Comment Input itfClient VU.IVisualizationClient The object representing the according client. Will not be 0.
ClientSide.StartIteration (METH) ¶ METHOD StartIteration This method will be called at the start of an iteration over all clients. Remarks: Please remark that this method will be called from VISU_TASK
ClientSide.ExecCmdCertRenew (METH) ¶ METHOD ExecCmdCertRenew : BOOL InOut: Scope Name Type Return ExecCmdCertRenew BOOL
ClientSide.ExecCmdCertRenewAck (METH) ¶ METHOD ExecCmdCertRenewAck : BOOL InOut: Scope Name Type Return ExecCmdCertRenewAck BOOL Input pData POINTER TO StructCmdHandleCertificate
ClientSide.ExecCmdCertRenewEnd (METH) ¶ METHOD ExecCmdCertRenewEnd : BOOL InOut: Scope Name Type Return ExecCmdCertRenewEnd BOOL Input pData POINTER TO StructCmdHandleCertificate
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