{
  "synLogic": "char* $ret \u003d $api($1);",
  "help": "The ns_get_uuid API is used to retrieve the Universal Unique ID (UUID).",
  "notes": "",
  "returns": "char *",
  "arguments": "\u003ctable class\u003d\"newGuiTable\" style\u003d\"width:100%\" \u003e 	\u003ctr\u003e 		\u003cth\u003e Argument \u003c/th\u003e     		\u003cth\u003e Description \u003c/th\u003e     	\u003c/tr\u003e 	\u003ctr\u003e    		\u003ctd\u003e input_buffer \u003c/td\u003e     		\u003ctd\u003e Universal unique ID will be copied to this buffer.NULL can also be passed if not needed. \u003c/td\u003e     	\u003c/tr\u003e  \u003c/table\u003e", 
  "parameterization": "",
  "component": [
    {
      "id": "$1",
      "type": "TextField",
      "label": "Input Buffer",
      "value": "",
      "css": "p-grid p-align-center w-100-p",
      "title": "Enter Input Buffer",
      "placeHolder": "",
      "style": "",
      "isDisabled": "",
      "labelVarCheckbox": "",
      "argIndex": 0,
      "validate": {
        "inputType": "Text",
        "disabled": false,
        "required": true,
        "method": "isValidVar(arg)"
      },
      "quotes": false
    },
    {
      "id": "$ret",
      "type": "TextField",
      "label": "Return Value",
      "value": "",
      "css": "p-grid p-align-center w-100-p",
      "title": "Enter Return Value",
      "placeHolder": "",
      "style": "",
      "isDisabled": "",
      "labelVarCheckbox": "",
      "argIndex": 0,
      "validate": {
        "inputType": "Text",
        "disabled": false,
        "required": false,
        "min": 0,
        "max": 0,
        "method": "isValidVar(arg)"
      },
      "quotes": true
    }
  ],
  "name": "ns_get_uuid",
  "syntax": "char* ns_get_uuid(char* uuid_buffer)",
  "javaSyntax": "",
  "cEx": "flow()\n{\n  char* UUID \u003d ns_get_uuid(NULL);\n  printf(\"UUID is: %s\\n\", UUID);\n  //Example Output:\n  //UUID is: 4a054bc0-3f99-1f3d-af7d-7df230ad7093\n}\n",
  "javaEx": "",
  "insertStrC": "char* ns_get_uuid();",
  "insertStrJava": "",
  "description": "The ns_get_uuid API is used to retrieve the Universal Unique ID (UUID)."
}
