ClientSide.GetCommandMonitor (METH) ¶ METHOD GetCommandMonitor : StructClientCommandMonitor It returns command statistics data from client InOut: Scope Name Type Comment Return GetCommandMonitor StructClientCommandMonitor Input uiCmd UINT Command to get data for
ClientSide.GetInitializeParams (METH) ¶ METHOD GetInitializeParams General initialization of the client with the generic protocol parameters InOut: Scope Name Type Input pStru POINTER TO StructClientInitialize
Persistence.Init (METH) ¶ METHOD Init
Persistence.ReadClient (METH) ¶ METHOD ReadClient : RTS_IEC_RESULT It reads the Clients data from a file It creates also the new clients in RTS InOut: Scope Name Type Comment Return ReadClient RTS_IEC_RESULT Input xFirstCall BOOL If it’s the first entry in the method. xStepByStep BOOL If the operations have to be done step by step ad each entry
Persistence.StateMachine (PROP) ¶ PROPERTY StateMachine : INT
Persistence.WriteClient (METH) ¶ METHOD WriteClient : RTS_IEC_RESULT It writes the Clients data into a file The data of a single client are read from the RTS InOut: Scope Name Type Comment Return WriteClient RTS_IEC_RESULT Input xFirstCall BOOL If it’s the first entry in the method. Valid only if “xStepByStep” is true xStepByStep BOOL If the operations have to be done step by step ad each entry
StructFrameDwnSL (STRUCT) ¶ TYPE StructFrameDwnSL : STRUCT Structure of frames created during the download with seamless switchover InOut: Name Type Comment sName STRING(256) Name of the frame iSel INT Visu selected iNumVisu INT Number of visu used in the frame pVisuName POINTER TO ARRAY [0..4] OF STRING Name of visu used in the frame
StructVisuClientDwnSL (STRUCT) ¶ TYPE StructVisuClientDwnSL : STRUCT Structure of Visu Client created during the download with seamless switchover InOut: Name Type Comment dwExternId DWORD External ID created sTicket TicketType Ticket to use sAppNameOld STRING Name of the old application sPage STRING Page displayed before download iFrames INT Frames pFrames POINTER TO ARRAY [0..3] OF StructFrameDwnSL tTimeStart TIME for timeout colculation
ClientSide.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
ClientSide.GetUseAsTCPParams (METH) ¶ METHOD GetUseAsTCPParams Get the initial values of client to use as TCP InOut: Scope Name Type Input pStru POINTER TO StructClientUseAsTCP