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
IClientManagerListener ¶ ClientCreated (Method) ClientDestroyed (Method)
IValueChangedListener ¶ ValueChanged (Method)
IVisuEventListener ¶ HandleEvent (Method)
IVisuPaintCommandListener ¶ AfterPaint (Method) BeforePaint (Method) CyclicPaint (Method)
IVisualizationClientRaw ¶ EndIteration (Method) HandleClient (Method) StartIteration (Method)
ListVisuClientDwnSL.GetFirstItem (METH) ¶ METHOD GetFirstItem : POINTER TO StructVisuClientDwnSL InOut: Scope Name Type Return GetFirstItem POINTER TO StructVisuClientDwnSL Input pIterator POINTER TO INT