node-red/packages/node_modules/@node-red/nodes/locales/ko/network/31-tcpin.html

36 lines
2.7 KiB
HTML

<!--
Copyright JS Foundation and other contributors, http://js.foundation
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<script type="text/html" data-help-name="tcp in">
<p>TCP로 부터의 입력을 수행합니다. 리모트 TCP포트에 접속하거나, 외부로부터의 접속을 접수합니다.</p>
<p><b>: </b>1024 root administrator .</p>
</script>
<script type="text/html" data-help-name="tcp out">
<p>TCP로의 출력을 수행합니다. 리모트 TCP포트로 접속, 외부로부터의 접속을 접수, 혹은 TCP In노드에서 받은 메세지로의 리플라이를 수행합니다.</p>
<p><code>msg.payload</code> .</p>
<p><code>msg.payload</code> Base64 , Base64 .</p>
<p><code>msg._session</code> , <b></b> .</p>
<p><b>: </b>1024 root administrator .</p>
</script>
<script type="text/html" data-help-name="tcp request">
<p>간단한 TCP리퀘스트 노드. <code>msg.payload</code> TCP , .</p>
<p>서버접속, "리퀘스트"송신, "리스폰스"수신을 수행합니다. 고정장의 문자수나 지정문자로의 매치, 리플라이의 도착으로 부터 지정된 시간동안 대기, 데이터 도착 대기, 데이터 송신을 수행하여 리플라이를 기다리지 않고 접속을 즉시 삭제, 등의 동작을 선택할 있습니다.</p>
<p>리스폰스는 버퍼형식으로 <code>msg.payload</code> . , .toString() .</p>
<p>TCP호스트의 포트번호설정을 공백으로 설정한 경우, <code>msg.host</code> <code>msg.port</code> .</p>
</script>