ListNewLogin.List (PROP) ¶ PROPERTY List : POINTER TO ARRAY [0..0] OF StructCmdNewLogin
ListNewLogin.RemoveAll (METH) ¶ METHOD RemoveAll It removes all the items from the list
ListNewPage (FB) ¶ FUNCTION_BLOCK ListNewPage List to store the data of new page to send to slave Properties: Active List Methods: FB_exit Insert RemoveAll Structure: Active (Property) FB_exit (Method) Insert (Method) List (Property) RemoveAll (Method)
ListNewPage.Active (PROP) ¶ PROPERTY Active : INT
ListVisuClient.FindByClient (METH) ¶ METHOD FindByClient : POINTER TO StructVisuClient It finds an item into the list InOut: Scope Name Type Return FindByClient POINTER TO StructVisuClient Input pClientData POINTER TO VisuStructClientData
ListVisuClient.FindByExtID (METH) ¶ METHOD FindByExtID : POINTER TO StructVisuClient It finds an item into the list Search is base on the external ID created on the client side InOut: Scope Name Type Return FindByExtID POINTER TO StructVisuClient Input dwExternId DWORD
ListVisuClient.FindByExtIDSV (METH) ¶ METHOD FindByExtIDSV : POINTER TO StructVisuClient It finds an item into the list Search is base on the external ID created on the server side InOut: Scope Name Type Return FindByExtIDSV POINTER TO StructVisuClient Input dwExternId DWORD
ListVisuClient.FindTargetVisu (METH) ¶ METHOD FindTargetVisu : POINTER TO StructVisuClient It finds the target visu item into the list I assume that only one exist InOut: Scope Name Type Return FindTargetVisu POINTER TO StructVisuClient
ListVisuClient.GetFirstItem (METH) ¶ METHOD GetFirstItem : POINTER TO StructVisuClient InOut: Scope Name Type Return GetFirstItem POINTER TO StructVisuClient Input pIterator POINTER TO INT
ListVisuClient.GetNextItem (METH) ¶ METHOD GetNextItem : POINTER TO StructVisuClient InOut: Scope Name Type Return GetNextItem POINTER TO StructVisuClient Input pIterator POINTER TO INT