ServerSide.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).
ServerSide.GetCommandMonitor (METH) ¶ METHOD GetCommandMonitor : StructServerCommandMonitor It returns command statistics data from server InOut: Scope Name Type Comment Return GetCommandMonitor StructServerCommandMonitor Input uiCmd UINT Command to get data for
ServerSide.GetInitializeParams (METH) ¶ METHOD GetInitializeParams General initialization of the server with the generic protocol parameters InOut: Scope Name Type Input pStru POINTER TO StructServerInitialize
ServerSide.GetUseAsTCPParams (METH) ¶ METHOD GetUseAsTCPParams Get the initial values of server to use as TCP InOut: Scope Name Type Input pStru POINTER TO StructServerUseAsTCP
IClientManagerListener ¶ ClientCreated (Method) ClientDestroyed (Method)
IServerCommand ¶ Exec (Method)
IVisualizationClientRaw ¶ EndIteration (Method) HandleClient (Method) StartIteration (Method)
TicketsSafe.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).
TicketsSafe.FB_Init (METH) ¶ METHOD FB_Init : BOOL FB_Init is always available implicitly and it is used primarily for initialization. The return value is not evaluated. For a specific influence, you can also declare the methods explicitly and provide additional code there with the standard initialization code. You can evaluate the return value. InOut: Scope Name Type Comment Return FB_Init BOOL Input bInitRetains BOOL TRUE: the retain variables are initialized (reset warm / reset cold) bInCopyCode BOOL TRUE: the instance will be copied to the copy code afterward (online change)
TicketsSafe.GetFirstItem (METH) ¶ METHOD GetFirstItem : POINTER TO StructTicket InOut: Scope Name Type Return GetFirstItem POINTER TO StructTicket Input pIterator POINTER TO INT