FACT++  1.0
char* getJSONHeader ( int  isSMI)

Definition at line 1465 of file webDid.c.

References JSONHeader, and prepareJSONHeader().

Referenced by sendData(), and sendSmiData().

1466 {
1467  int prepareJSONHeader();
1468 
1469  if(isSMI){}
1470  if(JSONHeader[0] == '\0')
1472  return(JSONHeader);
1473 }
char JSONHeader[256]
Definition: webDid.c:92
int prepareJSONHeader()
Definition: webDid.c:1819

+ Here is the call graph for this function:

+ Here is the caller graph for this function: