Difference between revisions of "TCP"
(Created page with "== TCP library == === TCP === ==== TCP_RX ==== The listening block on the port indicated on the PORT input, whether the pattern given on the PATTERN input appears. After rec...") |
(No difference)
|
Revision as of 07:24, 30 April 2020
TCP library
TCP
TCP_RX
The listening block on the port indicated on the PORT input, whether the pattern given on the PATTERN input appears. After receiving such a pattern, the CONTAINS output is activated.
in | PORT | int | port number on which we are listening | |
in | PATTERN | string | expected pattern | |
out | CONTAINS | bool | activated if a pattern is received |