restRespFree (Function)

Top  Previous  Next

Architecture:

NX32L

Device support:

ALL

Firmware version:

2.10.00


This function will release a REST response that was created with restClientRequest.

 

 

Input:

resp : SYSHANDLE

A handle to the response.

 

 

Returns: INT

1


- Success

0


- Not supported

-1


- Invalid response

 

Declaration:

FUNCTION restRespFree : INT;
VAR_INPUT
  resp    : ACCESS SYSHANDLE;
END_VAR;
 

 

Example:

Please see the "Examples - REST Example"