Package | Description |
---|---|
com.fivecolibs.devices |
Modifier and Type | Class and Description |
---|---|
class |
FCOCPortSerial
Serial Communication port for FCOCDevice
|
class |
FCOCPortTCP
TCP/IP Communication port for FCOCDevice
|
class |
FCOCPortUDP
UDP/IP Communication port for FCOCDevice
|
Modifier and Type | Method and Description |
---|---|
FCOIPort |
FCOCRAPDevice.getCommunicationPort() |
Constructor and Description |
---|
FCOCIPDevice(FCOIPort CommunicationPort,
int nNumberOfRegisters)
Create a FiveCo device based on legacy TCP communication protocol
|
FCOCIPDevice(FCOIPort CommunicationPort,
int nNumberOfRegisters,
int nBufferSize,
long lThreadSleep)
Create a FiveCo device based on legacy TCP communication protocol
|
FCOCIPI2CDevice(FCOIPort CommunicationPort,
int nNumberOfRegisters)
Create a FiveCo device based on legacy TCP communication protocol with access to I2C bus
|
FCOCIPI2CDevice(FCOIPort CommunicationPort,
int nNumberOfRegisters,
int nBufferSize,
long lThreadSleep)
Create a FiveCo device based on legacy TCP communication protocol with access to I2C bus
|
FCOCRAPDevice(int nNumberOfRegisters,
int nBufferSize,
FCOIPort CommunicationPort,
int nLocalAddress,
int nRemoteAddress,
boolean isNested,
int nInterface) |
FCOCRAPDevice(int nNumberOfRegisters,
int nBufferSize,
long lThreadSleep,
FCOIPort CommunicationPort,
int nLocalAddress,
int nRemoteAddress,
boolean isNested,
int nInterface) |
FCOCRAPDevice(int nNumberOfRegisters,
int nBufferSize,
long lThreadSleep,
int nParentMaxBufferSize,
FCOIPort CommunicationPort,
int nLocalAddress,
int nRemoteAddress,
boolean isNested,
int nInterface) |