ClientSide.CmdNewClient (METH) ¶ METHOD CmdNewClient Execution of command: New client Send to server the information that a client has been added 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.CmdNewFrame (METH) ¶ METHOD CmdNewFrame Send to server the information that new page is visible InOut: Scope Name Type Comment Input pDataTrs POINTER TO ARRAY [0..0] OF StructCmdNewFrame 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.ExecCmdRemoveClient (METH) ¶ METHOD ExecCmdRemoveClient : BOOL InOut: Scope Name Type Return ExecCmdRemoveClient BOOL Input iTestCase INT
ClientSide.ExecCmdTest (METH) ¶ METHOD ExecCmdTest : BOOL InOut: Scope Name Type Return ExecCmdTest BOOL
ClientSide.ExecCmdValueChanged (METH) ¶ METHOD ExecCmdValueChanged : BOOL InOut: Scope Name Type Return ExecCmdValueChanged BOOL Input iTestCase INT
ClientSide.TestType (PROP) ¶ PROPERTY TestType : INT
ServerSide.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.ClientDestroyed (METH) ¶ METHOD ClientDestroyed Notification, that a client has been destroyed InOut: Scope Name Type Comment Input pClientData POINTER TO VisuStructClientData A pointer to a VisuStructClientData structure identifying the client, that has been destroyed
ServerSide.Exec (METH) ¶ METHOD Exec Elaboration of a command in Server side: command is elaborated and next send the answer to client (It’s called by the library that implements the protocol) InOut: Scope Name Type Comment Input uiCmd UINT Command code pDataRcv __XWORD Pointer where are the data received diSizeRcv DINT Data received Output pDataTrs __XWORD Pointer to the data to transmit back diSizeTrs DINT Data to transmit uiAns UINT Answer code iError INT Error to transmit back
ClientSide.CmdNewLogin (METH) ¶ METHOD CmdNewLogin Execution of command: New login Send to server the information that new login/logout has been done InOut: Scope Name Type Comment Input pDataTrs POINTER TO ARRAY [0..0] OF StructCmdNewLogin 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