Back to FabImage Library Lite website
You are here: Start » System » Modbus TCP » ModbusTCP_Close

ModbusTCP_Close
Header: | STD.h |
---|---|
Namespace: | fil |
Closes a connected Modbus socket gracefully.
Syntax
void fil::ModbusTCP_Close
(
fil::SocketId inSocket
)
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
inSocket | SocketId | Connected socket Id. |
Hints
- Connect inSocket with the output of ModbusTCP_Connect.
See Also
- ModbusTCP_Connect – Connects as a client to a remote Modbus server socket.