{
  "synLogic": "int $3; \n char* $ret \u003d $api($1, $2, \&$3);",
  "help": "The ns_web_websocket_read reads the message over speciified connection",
  "notes": "",
  "returns": "char *",
  "arguments": "\u003ctable class\u003d\"newGuiTable\" style\u003d\"width:100%\" \u003e \u003ctr\u003e         \u003cth\u003eArgument\u003c/th\u003e     \u003cth\u003eDescription\u003c/th\u003e     \u003c/tr\u003e              \u003ctr\u003e    \u003ctd\u003eID\u003c/td\u003e     \u003ctd\u003e             Connection ID from which message is to be read.         \u003c/td\u003e     \u003c/tr\u003e  \u003ctr\u003e       \u003ctd\u003eTimeout\u003c/td\u003e     \u003ctd\u003e             Timeout interval in msec         \u003c/td\u003e     \u003c/tr\u003e     \u003ctr\u003e    \u003ctd\u003eResponse Size Variable\u003c/td\u003e     \u003ctd\u003e            Variable to save the size of received response in bytes.         \u003c/td\u003e     \u003c/tr\u003e \u003ctr\u003e    \u003ctd\u003eResponse Variable\u003c/td\u003e     \u003ctd\u003e              Variable to saves the received message         \u003c/td\u003e     \u003c/tr\u003e  \u003c/table\u003e",
  "parameterization": "",
  "component": [
    {
      "id": "$1",
      "type": "TextField",
      "label": "ID",
      "value": "",
      "css": "p-grid p-align-center w-100-p",
      "title": "Enter connection id",
      "placeHolder": "",
      "style": "",
      "isDisabled": "",
      "labelVarCheckbox": "",
      "argIndex": 0,
      "validate": {
        "inputType": "Number",
        "disabled": false,
        "required": true,
        "min": 0,
        "max": 2147483647
      },
      "quotes": false
    },
    {
      "id": "$2",
      "type": "TextField",
      "label": "Timeout",
      "value": "1000",
      "css": "p-grid p-align-center w-100-p",
      "title": "Enter timeout",
      "placeHolder": "",
      "style": "",
      "isDisabled": "",
      "labelVarCheckbox": "",
      "argIndex": 0,
      "validate": {
        "inputType": "Number",
        "disabled": false,
        "required": true,
        "min": 0,
        "max": 2147483647
      },
      "quotes": false
    },
    {
      "id": "$3",
      "type": "TextField",
      "label": "Response Size Variable",
      "value": "",
      "css": "p-grid p-align-center w-100-p",
      "title": "Enter Response Size Variable",
      "placeHolder": "",
      "style": "",
      "isDisabled": "",
      "labelVarCheckbox": "",
      "argIndex": 0,
      "validate": {
        "inputType": "Text",
        "disabled": false,
        "required": true,
        "min": 0,
        "max": 0
      },
      "quotes": false
    },
    {
      "id": "$ret",
      "type": "TextField",
      "label": "Response Variable",
      "value": "",
      "css": "p-grid p-align-center w-100-p",
      "title": "Enter response variable",
      "placeHolder": "",
      "style": "",
      "isDisabled": "",
      "labelVarCheckbox": "",
      "argIndex": 0,
      "validate": {
        "inputType": "Text",
        "disabled": false,
        "required": false,
        "min": 0,
        "max": 0,
        "method": "isValidVar(arg)"
      },
      "quotes": true
    }
  ],
  "name": "ns_web_websocket_read",
  "syntax": "char *ns_web_websocket_read(int con_id, int timeout, int *resp_sz)",
  "javaSyntax": "",
  "jsSyntax": "ns_web_websocket_read(con_id: number, timeout: number, resp_sz: number)",
  "cEx": "flow()\n{\n  ns_web_websocket_read(1, 1000, \u0026msg_len);\n}\n",
  "javaEx": "",
  "jsEx": "  nsApi.ns_web_websocket_read(1, 1000, \u0026msg_len);\n",
  "insertStrC": "ns_web_websocket_read(int con_id, int timeout, int *resp_sz);",
  "insertStrJava": "",
  "insertStrJs": "ns_web_websocket_read(con_id: number, timeout: number, resp_sz: number);",
  "description": ""
}
