To add the function template to your application, execute the command.
In the
dialog box, you can adjust initial values for selected variables which are provided by the template:
Variable |
Data type |
Default Value |
Description |
---|---|---|---|
sServerIp |
STRING[15] |
'205.167.7.126' |
IPv4 address of the server to which the client should be connected. |
uiServerPort |
UINT |
80 |
Port of the server. |
uiServerPortTls |
UINT |
443 |
Port of the server for connections using TLS (Transport Layer Security). |
sHost |
STRING |
'httpbin.org' |
Host name of the remote http server. This value is added to the header of HTTP. |
sResourcePost |
STRING |
'/post' |
Name of the resource to be reached by the |
sResourceGet |
STRING |
'/ip' |
Name of the resource to be reached by the |
sDnsServerIp |
STRING[15] |
'10.128.144.135' |
IPv4 address of the DNS server. |