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).
ListVisuClientDwnSL.GetFirstItem (METH) ¶ METHOD GetFirstItem : POINTER TO StructVisuClientDwnSL InOut: Scope Name Type Return GetFirstItem POINTER TO StructVisuClientDwnSL Input pIterator POINTER TO INT
ListVisuClientDwnSL.GetNextItem (METH) ¶ METHOD GetNextItem : POINTER TO StructVisuClientDwnSL InOut: Scope Name Type Return GetNextItem POINTER TO StructVisuClientDwnSL Input pIterator POINTER TO INT
ListVisuClientDwnSL.Insert (METH) ¶ METHOD Insert It inserts an item in the list InOut: Scope Name Type Comment Input dwExternId DWORD External ID created psTicket POINTER TO STRING Ticket to use psAppNameOld POINTER TO STRING Name of the old application psPage POINTER TO STRING Page displayed before download iNumFrames INT Number of frames pStructFrameDSL POINTER TO ARRAY [0..3] OF StructFrameDwnSL Frame data
ListVisuClientDwnSL.Remove (METH) ¶ METHOD Remove It removes an item from the list InOut: Scope Name Type Input dwExternId DWORD
ListVisuClientDwnSL.RemoveAll (METH) ¶ METHOD RemoveAll It removes all the items from the list
OperationsQueue (FB) ¶ FUNCTION_BLOCK OperationsQueue IMPLEMENTS VU.IVisualizationClientIteration Properties: IsEmpty Methods: Init PostNewFrame PostNewPage EndIteration HandleClient StartIteration Structure: IVisualizationClientIteration EndIteration (Method) HandleClient (Method) StartIteration (Method) Init (Method) IsEmpty (Property) PostNewFrame (Method) PostNewPage (Method)
IVisualizationClientIteration ¶ EndIteration (Method) HandleClient (Method) StartIteration (Method)
OperationsQueue.EndIteration (METH) ¶ METHOD EndIteration This method will be called after the end of an iteration over all clients. Note Please remark that this method will be called from VISU_TASK