StructServerMonitor (STRUCT)ΒΆ
TYPE StructServerMonitor : STRUCT
Structure that contains monitor data
- InOut:
- Name - Type - Comment - xSvEnable- BOOL- xSvActive- BOOL- xSvBusy- BOOL- xSvError- BOOL- iSvError- INT- diRcvTimeout- DINT- Receiving data timeout - diTrsTimeout- DINT- Transmission data timeout - iLineType- INT- sIPAddress- STRING(20)- Ip address - uiPort- UINT- Port - xUseTLS- BOOL- If the TLS is used - sCertThumb- STRING(GVL_CONSTANT.THUMB_STRING_SIZE)- Local certificate thumbprint - sCertThumbPeer- STRING(GVL_CONSTANT.THUMB_STRING_SIZE)- Peer certificate thumbprint - iCertVerCount- INT- Number of correct certificate verification - iCertRenewState- INT- The state of the certificate renew process - iCertTLSBootState- INT- The state of the new TLS conncetion reboot - iCertRenewCount- INT- How many certification renewal has been done - diConnTimeout- DINT- Connection timeout - diTotMem- DINT- Total memory allocated 
