|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use TCPMasterConnection | |
|---|---|
| net.wimpi.modbus.facade | Provides facade pattern implementations. |
| net.wimpi.modbus.io | Provides I/O and transport related interfaces and classes. |
| Uses of TCPMasterConnection in net.wimpi.modbus.facade |
|---|
| Fields in net.wimpi.modbus.facade declared as TCPMasterConnection | |
|---|---|
private TCPMasterConnection |
ModbusTCPMaster.m_Connection
|
| Uses of TCPMasterConnection in net.wimpi.modbus.io |
|---|
| Fields in net.wimpi.modbus.io declared as TCPMasterConnection | |
|---|---|
private TCPMasterConnection |
ModbusTCPTransaction.m_Connection
|
| Methods in net.wimpi.modbus.io with parameters of type TCPMasterConnection | |
|---|---|
void |
ModbusTCPTransaction.setConnection(TCPMasterConnection con)
Sets the connection on which this ModbusTransaction should be executed. |
| Constructors in net.wimpi.modbus.io with parameters of type TCPMasterConnection | |
|---|---|
ModbusTCPTransaction(TCPMasterConnection con)
Constructs a new ModbusTCPTransaction instance with a given TCPMasterConnection to be used for transactions. |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||