254 Appendix WAGO-I/O-SYSTEM 750
758-874/000-131 WAGO-I/O-IPC-C6
Manual
Version 1.0.0
Table 128: Function STRING_TO_IP
Parameter Name Data Type Description
Input stIpAddress STRING
(15)
String with the IP address in the form
xxx.xxx.xxx.xxx
In-/Output IpAddress ARRAY
[0..3] OF
BYTE
Arry with the values of the individual bytes of
the IP address.
Return Value - BYTE Status feedback of the error code.
0 = no error
255 = invalid parameter
Table 129: Function IP_TO_STRING
Parameter Name Data Type Description
Input ipAddress ARRAY
[0..3] OF
BYTE
Array with the values of the individual bytes of
the IP address.
In-/Output stIpAddress STRING
(15)
String with the IP address in the form
xxx.xxx.xxx.xxx
Return Value - BYTE Status feedback of the error code.
Always 0 = no error