Package | Description |
---|---|
org.eclipse.scada.protocol.modbus.slave |
Classes helping to implement a Modbus Slave
|
Constructor and Description |
---|
SlaveHost(ProtocolOptions options,
org.apache.mina.core.service.IoConnector connector,
SlaveHost.SlaveHostCustomizer slaveHostCustomizer) |
SlaveHost(ProtocolOptions options,
SlaveHost.SlaveHostCustomizer slaveHostCustomizer,
SocketAddress... socketAddresses)
Create a new slave host and bind to a list of socket addresses
|
SlaveHost(ProtocolOptions options,
org.apache.mina.transport.socket.SocketAcceptor acceptor,
SlaveHost.SlaveHostCustomizer slaveHostCustomizer)
Create a new slave host
This constructor allows for the most flexible socket binding since the caller can provide a arbitrary socket connection. |
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.