VisuNativeElement.AttachResizeHandler (METH) ¶ METHOD AttachResizeHandler InOut: Scope Name Type Input resizeHandler IResizeHandler
ListVisuClient (FB) ¶ FUNCTION_BLOCK ListVisuClient List to store the data of the visu client connected InOut: Scope Name Type Initial Input Const INVALID_ID INT -1 Properties: Active Methods: FB_exit FindByClient FindByExtID FindByExtIDSV FindTargetVisu GetFirstItem GetNextItem Insert NeedFrames Remove RemoveAll Structure: Active (Property) FB_exit (Method) FindByClient (Method) FindByExtID (Method) FindByExtIDSV (Method) FindTargetVisu (Method) GetFirstItem (Method) GetNextItem (Method) Insert (Method) NeedFrames (Method) Remove (Method) RemoveAll (Method)
ListVisuClient.Active (PROP) ¶ PROPERTY Active : INT
ListVisuClient.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).
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
ClientSide.InitActivitiesDone (PROP) ¶ PROPERTY InitActivitiesDone : BOOL
ClientSide.Initialize (METH) ¶ METHOD Initialize General initialization of the client with the generic protocol parameters InOut: Scope Name Type Input pStruInit POINTER TO StructClientInitialize