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.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
VisuRedundancy_Prg.GetListOfClients (METH) ¶ METHOD GetListOfClients : INT It returns the list of clients connected InOut: Scope Name Type Comment Return GetListOfClients INT Input pList POINTER TO ARRAY [0..10] OF StructVisuClientMonitor Where to write data iSize INT Availabel size
VisuRedundancy_Prg.GetMonitorClient (METH) ¶ METHOD GetMonitorClient : StructClientMonitor It returns statistics data from client InOut: Scope Name Type Return GetMonitorClient StructClientMonitor
VisuRedundancy_Prg.GetMonitorServer (METH) ¶ METHOD GetMonitorServer : StructServerMonitor It returns statistics data from server InOut: Scope Name Type Return GetMonitorServer StructServerMonitor
VisuRedundancy_Prg.LockClients (METH) ¶ METHOD LockClients It executes all the activities to lock the clients creation
VisuRedundancy_Prg.Reset (METH) ¶ METHOD Reset It resets the client or server or both InOut: Scope Name Type Comment Input iWhich INT 1=Client, 2=Server, 3=both
VisuRedundancy_Prg.SetNewCertData (METH) ¶ METHOD SetNewCertData : BOOL Set the new certificate data InOut: Scope Name Type Comment Return SetNewCertData BOOL Input hCert RTS_IEC_HANDLE New handle sCertThumb STRING New Local certificate thumb sCertThumbPeer STRING New Peer certificate thumb
ClientSide.HandleEvent (METH) ¶ METHOD HandleEvent : BOOL It returns true if the even has been handled InOut: Scope Name Type Comment Return HandleEvent BOOL Input pClientData POINTER TO VisuStructClientData A pointer to a VisuStructClientData structure identifying the client used pEvent POINTER TO VisuStructEvent A pointer to a VisuStructEvent structure identifying the event iftSequentialMemReader ISequentialMemReader The interface to use to read the event data