netPortForwardClear (Function)

Top  Previous  Next

Architecture:

NX32L

Device support:

All

Firmware version:

1.74.00


This clears the port forwarding rules previously set by the netPortForwardSet function.

The rules are cleared immediately and no more connections will be forwarded; existing connections are not affected.

 

 

Input:

None.

 

 

Returns:

1

- Success.

0

- Not supported.

 

 

Declaration:

FUNCTION netPortForwardClear;

 

 

Example:

INCLUDE rtcu.inc
 
PROGRAM example;
 
// ...
netPortForwardClear();
// ...
 
BEGIN
// ...
END;
END_PROGRAM;