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
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