StructServerUseAsTCP (STRUCT)ΒΆ
TYPE StructServerUseAsTCP : STRUCT
Structure used to set the initial values of TCP server
- InOut:
- Name - Type - Comment - sIPAddress- STRING- Ip address - uiPort- UINT- TCP port to use - xUseTLS- BOOL- If TLS has to be use - xUseCert- BOOL- If certificate has to be used - sCertThumb- STRING- Local certificate thumbprint - sCertThumbPeer- STRING- Peer certificate thumbprint - tConnTimeout- TIME- Connection timeout - iMaxConnections- INT- Max connection allowed - sAppName- STRING(80)- Application name 
