EventListener.EventCallback (METH) ¶ METHOD EventCallback : SysTypes.RTS_IEC_RESULT The interface ICmpEventCallback must be registered for an event. If this event is posted, this callback method is called. InOut: Scope Name Type Comment Return EventCallback SysTypes.RTS_IEC_RESULT Input pEventParam POINTER TO EventParam Pointer to the event parameters, see Struct EventParam
ListVisuClientDwnSL (FB) ¶ FUNCTION_BLOCK ListVisuClientDwnSL List to store the data of the visu client created during the download with seamless switchover InOut: Scope Name Type Initial Input Const INVALID_ID INT -1 Properties: Active Methods: FB_exit GetFirstItem GetNextItem Insert RemoveAll Remove Structure: Active (Property) FB_exit (Method) GetFirstItem (Method) GetNextItem (Method) Insert (Method) Remove (Method) RemoveAll (Method)
ListVisuClientDwnSL.Active (PROP) ¶ PROPERTY Active : INT
ListVisuClientDwnSL.FB_exit (METH) ¶ METHOD FB_exit : BOOL FB_Exit must be implemented explicitly. If there is an implementation, then the method is called before the controller removes the code of the function block instance (implicit call). The return value is not evaluated. InOut: Scope Name Type Comment Return FB_Exit BOOL Input bInCopyCode BOOL TRUE: the exit method is called in order to leave the instance which will be copied afterwards (online change).
ClientSide.CertTLSBootState (PROP) ¶ PROPERTY CertTLSBootState : INT
ClientSide.CertVerCount (PROP) ¶ PROPERTY CertVerCount : INT
Commands ¶ CmdCertRenew (Method) CmdCertRenewAck (Method) CmdCertRenewEnd (Method) CmdIsClientRegistered (Method) CmdLink (Method) CmdNewClient (Method) CmdNewFrame (Method) CmdNewLogin (Method) CmdNewPage (Method) CmdRemoveClient (Method) CmdTest (Method) CmdValueChanged (Method)
ClientSide.FB_Exit (METH) ¶ METHOD FB_Exit : BOOL FB_Exit must be implemented explicitly. If there is an implementation, then the method is called before the controller removes the code of the function block instance (implicit call). The return value is not evaluated. InOut: Scope Name Type Comment Return FB_Exit BOOL Input bInCopyCode BOOL TRUE: the exit method is called in order to leave the instance which will be copied afterwards (online change).
ClientSide.GetCommandMonitor (METH) ¶ METHOD GetCommandMonitor : StructClientCommandMonitor It returns command statistics data from client InOut: Scope Name Type Comment Return GetCommandMonitor StructClientCommandMonitor Input uiCmd UINT Command to get data for
ClientSide.GetInitializeParams (METH) ¶ METHOD GetInitializeParams General initialization of the client with the generic protocol parameters InOut: Scope Name Type Input pStru POINTER TO StructClientInitialize