udpClose
Function - Closes a socket.
Inputs
|
Input |
Data Type |
Range |
Unit |
Default |
Description |
|---|---|---|---|---|---|
|
En |
BOOL |
0 to 1 |
N/A |
No default |
Execute the function. |
|
sock |
DINT |
0, 65535 |
N/A |
No default |
IP of the socket. |
Outputs
|
Output |
Data Type |
Range |
Unit |
Description |
|---|---|---|---|---|
|
OK |
BOOL |
|
N/A |
Returns TRUE when the function successfully executes. |
Remarks
None
FBD Language Example
FFLD Language Example
IL Language Example
Not available.
ST Language Example
udpClose(Socket_Number); //Close socket




