ns=2;s=DEPRAG Smart/Network/HTTP/REST/ActiveClients/0/RemoveProxy
Removes the proxy server.
In addition to the parameters already explained, the following variables must be created / transferred for the implementation in TwinCAT 3:
VAR
bHttpRemoveProxy : BOOL;
OutputDataHttpRemoveProxy : ST_VoidOutputData;
hrHttpRemoveProxy : HRESULT;
fbHttpRest : FB_HttpRest;
END_VAR
hrHttpRemoveProxy := fbHttpRest.RemoveProxy(
bExecute:= bHttpRemoveProxy,
ConnectionHandle:= depragSmartConnection.ConnectionHandle ,
sClientId:= '0',
OutputData=> OutputDataHttpRemoveProxy);
IF hrHttpRemoveProxy <> S_FALSE THEN
bHttpRemoveProxy := FALSE;
END_IF
For examples and explanations regarding the calls of nodes via Siemens TIA Portal please refer to the sub-menu "Siemens TIA Portal" in section "Getting Started".