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
ClientSide.CmdCertRenew (METH) ¶ METHOD CmdCertRenew Execution of command: Certificate renewal It simply sends the info to the server, no data are sent InOut: Scope Name Type Comment Output xDone BOOL Operation done, with or without errors error INT Error
ClientSide.CmdCertRenewAck (METH) ¶ METHOD CmdCertRenewAck Execution of command: Check if certificate renewal is acknowledged It sends the request to the server, along with the client error InOut: Scope Name Type Comment Input pDataTrs POINTER TO BYTE Pointer to the data to transmit iCount DINT Number of bytes to transmit Output xDone BOOL Operation done, with or without errors error INT Error
ClientSide.CmdCertRenewEnd (METH) ¶ METHOD CmdCertRenewEnd Execution of command: Check if certificate renewal is finished It sends the request to the server, along with the thumbprint InOut: Scope Name Type Comment Input pDataTrs POINTER TO BYTE Pointer to the data to transmit iCount DINT Number of bytes to transmit Output xDone BOOL Operation done, with or without errors error INT Error
ClientSide.CmdIsClientRegistered (METH) ¶ METHOD CmdIsClientRegistered Execution of command: Is remove client registered InOut: Scope Name Type Comment Input pDataTrs POINTER TO ARRAY [0..0] OF StructCmdRemoveClient Pointer to the data to transmit iCount INT Number of structure to transmit Output xDone BOOL Operation done, with or without errors error INT Error
ClientSide.CmdLink (METH) ¶ METHOD CmdLink Execution of command: Link It simply checks if the the server replies It can be used for the heartbeat InOut: Scope Name Type Comment Output xDone BOOL Operation done, with or without errors error INT Error