Package | Description |
---|---|
com.ergotech.vib.ports | |
com.ergotech.vib.ports.serial | |
com.ergotech.vib.servers.ab |
Modifier and Type | Class and Description |
---|---|
class |
Port
This will wrap a serial port and allow us to read and write to it as a
port interface.
|
class |
SerialWrapper
This will wrap a serial port and allow us to read and write to it as a
port interface.
|
class |
TCPActiveSocket
This will wrap a socket.
|
class |
TCPPassiveSocket
This will wrap a socket.
|
class |
UDPActiveSocket
This will wrap a socket.
|
class |
UDPPassiveSocket
This will wrap a socket.
|
class |
UDPSocket
This will wrap a socket.
|
Modifier and Type | Method and Description |
---|---|
PortInterface |
PortPool.checkout()
Get a port from the port pool to communicate with the PLC.
|
PortInterface |
PortPoolInterface.checkout()
This method will return an instance of a port interface.
|
PortInterface |
TCPPassivePortFactory.PassivePortPool.checkout() |
Modifier and Type | Method and Description |
---|---|
void |
PortPool.checkin(PortInterface port)
Return the port to the port pool.
|
void |
PortPoolInterface.checkin(PortInterface port)
This will check in a resource that you have checked out.
|
void |
TCPPassivePortFactory.PassivePortPool.checkin(PortInterface port) |
Constructor and Description |
---|
PortInputStream(PortInterface port) |
PortOutputStream(PortInterface port) |
Modifier and Type | Method and Description |
---|---|
PortInterface |
SerialPortDevice.connect()
This will checkout a port and so connect to the device.
|
Modifier and Type | Class and Description |
---|---|
static class |
ControlLogixEthernetDeviceServer.EIPPort
This wraps the EtherNetIP instances.
|
class |
PCCCRegisteredSocket
This will wrap a socket.
|
Modifier and Type | Method and Description |
---|---|
int |
DF1DeviceServer.getACK(PortInterface port)
Return on valid ACK or return an error code on NAK or other error.
|
Copyright © 1999-2021 ErgoTech Systems, Inc. All Rights Reserved.