Changes

67 bytes added ,  13:00, 16 September 2020
Line 391: Line 391:  
<table class="nd-mantable">
 
<table class="nd-mantable">
 
     <tr>
 
     <tr>
         <th>field name</th>
+
         <th>Field</th>
       <th>value</th>
+
       <th>Value</th>
       <th>description</th>
+
       <th>Description</th>
 +
    </tr>
 +
    <tr>
 +
      <td>Always reconnect</td>
 +
      <td>yes | no; default: <b>no</b></td>
 +
      <td>When checked, established a new TCP connection aftereach message.</td>
 
     </tr>
 
     </tr>
 
     <tr>
 
     <tr>
Line 405: Line 410:  
             </ul>
 
             </ul>
 
         </td>
 
         </td>
    </tr>
  −
    <tr>
  −
      <td>No leading zeros </td>
  −
      <td>yes | no; default: <b>no</b></td>
  −
      <td>Skips first hex zeros</td>
   
     </tr>
 
     </tr>
 
     <tr>
 
     <tr>
 
     <td>Server address</td>
 
     <td>Server address</td>
 
         <td>host | ip; default: <b>no</b></td>
 
         <td>host | ip; default: <b>no</b></td>
         <td>Server address to which the client will connect to</td>
+
         <td>IP address or hostname of the server that this client will connect to.</td>
 
     </tr>
 
     </tr>
 
     <tr>
 
     <tr>
 
     <td>TCP port</td>
 
     <td>TCP port</td>
 
         <td>integer [0..65535]; default: <b>none</b></td>
 
         <td>integer [0..65535]; default: <b>none</b></td>
         <td>The port number used to listen for incoming connections</td>
+
         <td>Internal port number used to listen for incoming connections.</td>
 
     </tr>
 
     </tr>
 
     <tr>
 
     <tr>
 
       <td>Reconnect intervals (s)</td>
 
       <td>Reconnect intervals (s)</td>
 
       <td>integer; default: <b>none</b></td>
 
       <td>integer; default: <b>none</b></td>
       <td>Indicates the time period between reconnection attempts</td>
+
       <td>Time period (in seconds) between reconnection attempts in case a connection fails.</td>
 
     </tr>
 
     </tr>
 
     <tr>
 
     <tr>
       <td>TCP port</td>
+
       <td>Port</td>
 
       <td>integer [0..65535]; default: <b>none</b></td>
 
       <td>integer [0..65535]; default: <b>none</b></td>
       <td>The port number used to listen for incoming connections</td>
+
       <td>Server's listening port number.</td>
 
     </tr>
 
     </tr>
 
     <tr>
 
     <tr>
Line 438: Line 438:  
     <tr>
 
     <tr>
 
     <td>Output</td>
 
     <td>Output</td>
         <td>OC Output | Relay Output; default: '''OC Output'''</td>
+
         <td>OC Output | Relay Output; default: <b>OC Output</b></td>
         <td>Output to indicate that application switched from client (default) to server state</td>
+
         <td>Output to indicate that application switched from client (default) to server state.</td>
 
     </tr>
 
     </tr>
 
     <tr>
 
     <tr>
 
     <td>Output state</td>
 
     <td>Output state</td>
         <td>integer [0..1]; default: '''0'''</td>
+
         <td>integer [0..1]; default: <b>0</b></td>
         <td>Output state value after the application reverts to server mode</td>
+
         <td>Output state value after the application reverts to server mode.</td>
 
     </tr>
 
     </tr>
 
</table>
 
</table>

Navigation menu