Refactoring connection to use an idle timeout and automatically close the underlying data channel
This commit is contained in:
@@ -6,7 +6,8 @@ This package contains all basic tools to build your own clients.
|
||||
|
||||
**IModbusConnection**
|
||||
This is the interface used on the base client to communicate with the remote device.
|
||||
If you want to use a custom connection type, you should implement this interface yourself.
|
||||
If you want to use a custom connection type, you should implement this interface yourself.
|
||||
The `IModbusConnection` is responsible to open and close the data channel in the background.
|
||||
|
||||
**IModbusProtocol**
|
||||
If you want to speak a custom type of protocol with the clients, you can implement this interface.
|
||||
|
||||
Reference in New Issue
Block a user