StructVisuClient (STRUCT)¶
TYPE StructVisuClient : STRUCT
Structure of Visu Client
- InOut:
- Name - Type - Comment - iClientIdLocal- INT- Client ID referred to the situaion on local PC - dwExternIdCL- DWORD- External ID created on client side, the original one - pClient- POINTER TO VisuStructClientData - Pointer to the client structure - ClientType- Visu_ClientType- Client type - dwCreationFlags- DWORD- Creation flags - pTagData- POINTER TO VisuStructClientTagData - Pointer to Tag data structure - sPageName- STRING- Page displayed - dwExternIdSV- DWORD- External ID created on server side, the duplicated one - xRegistSV- BOOL- If the client is registered on the server - xNew- BOOL- If it’s the new client insertion - strDataLogin- xPntCmdDone1- BOOL- If the paint commands related to IP address have already done - sTicket- Ticket to link to the ID just created - xPntCmdToDo1- BOOL- If the paint commands related to ticket to use in case of redundancy has to be done - paFrameSel- POINTER TO ARRAY [0..9] OF INT - Pointer to the indexes of the frames selected - iSzFame- INT- xIsRemoved- BOOL- The client will be removed at the next cycle. It has been removed yet from RTS, pClient is not more valid 
