TicketsSafe.CheckForExpired (METH) ¶ METHOD CheckForExpired Check if for some tickets the use time is elapsed
TicketsSafe.CreateTicket (METH) ¶ METHOD CreateTicket : TicketType Creates and insert a new ticket InOut: Scope Name Type Comment Return CreateTicket TicketType Input dwExternId DWORD External ID to link to the ticket
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).