ClientSide.CmdNewPage (METH) ¶ METHOD CmdNewPage Execution of command: New page Send to server the information that new page is visible InOut: Scope Name Type Comment Input pDataTrs POINTER TO ARRAY [0..0] OF StructCmdNewPage Pointer to the data to transmit iCount INT Number of structure to transmit Output xDone BOOL Operation done, with or without errors error INT Error
ClientSide.CmdRemoveClient (METH) ¶ METHOD CmdRemoveClient Execution of command: Remove client Send to server the information that a client has been removed InOut: Scope Name Type Comment Input pDataTrs POINTER TO ARRAY [0..0] OF StructCmdRemoveClient Pointer to the data to transmit iCount INT Number of structure to transmit Output xDone BOOL Operation done, with or without errors error INT Error
ClientSide.CmdTest (METH) ¶ METHOD CmdTest Execution of command: Test used for internal test InOut: Scope Name Type Comment Input iTstType INT Output xDone BOOL Operation done, with or without errors error INT Error
ClientSide.CmdValueChanged (METH) ¶ METHOD CmdValueChanged Send to server the information that value has been changed in variables InOut: Scope Name Type Comment Input pDataTrs POINTER TO BYTE Pointer to the data to transmit diCount DINT Number of bytes to transmit Output xDone BOOL Operation done, with or without errors error INT Error
ClientSide.ClientCreated (METH) ¶ METHOD ClientCreated Notification, that a client has been created InOut: Scope Name Type Comment Input pClientData POINTER TO VisuStructClientData A pointer to a VisuStructClientData structure identifying the client, that has been created
ServerSide.StartIteration (METH) ¶ METHOD StartIteration This method will be called at the start of an iteration over all clients. Remarks: Please remark that this method will be called from VISU_TASK
VisuTaskOpClientBase (FB) ¶ FUNCTION_BLOCK ABSTRACT VisuTaskOpClientBase EXTENDS VisuTaskOpBase Methods: Execute ExecuteOnClient prvInstInit Structure: Execute (Method) ExecuteOnClient (Method) prvInstInit (Method)
VisuTaskOpClientBase.Execute (METH) ¶ METHOD Execute
VisuTaskOpClientBase.ExecuteOnClient (METH) ¶ METHOD PROTECTED ExecuteOnClient : BOOL InOut: Scope Name Type Return ExecuteOnClient BOOL Inout clientData VisuStructClientData
VisuTaskOpClientBase.prvInstInit (METH) ¶ METHOD prvInstInit : FBF.ERROR This methode is called from the factory to give a chance to initialize the new fb instance with the content of itfData InOut: Scope Name Type Return prvInstInit FBF.ERROR Input itfData FBF.IData