- FCOCDevice - Class in com.fivecolibs.devices
-
Standard FiveCo's devices connection class
- FCOCDevice(int, int, long, int) - Constructor for class com.fivecolibs.devices.FCOCDevice
-
- FCOCDevice(int, int, long) - Constructor for class com.fivecolibs.devices.FCOCDevice
-
- FCOCDevice(int, int) - Constructor for class com.fivecolibs.devices.FCOCDevice
-
- FCOCGridBagJPanel - Class in com.fivecolibs.jComponents
-
JPanel with a GridbagLayout as layout manager
- FCOCGridBagJPanel(int, int, int, int) - Constructor for class com.fivecolibs.jComponents.FCOCGridBagJPanel
-
Create a new JPanel with a GridBagLayout as layout manager.
- FCOCInterfaceInfo - Class in com.fivecolibs.devices
-
Standard FiveCo's devices connection class
- FCOCInterfaceInfo(byte) - Constructor for class com.fivecolibs.devices.FCOCInterfaceInfo
-
Constructor of the structure
- FCOCInterfaceInfo(byte, byte) - Constructor for class com.fivecolibs.devices.FCOCInterfaceInfo
-
Constructor of the structure
- FCOCInterfaceInfo(byte, byte, byte) - Constructor for class com.fivecolibs.devices.FCOCInterfaceInfo
-
Constructor of the structure
- FCOCInterfaceInfo(byte, byte, byte, int) - Constructor for class com.fivecolibs.devices.FCOCInterfaceInfo
-
Constructor of the structure
- FCOCInterfaceInfo.FCOEInterfaceType - Enum in com.fivecolibs.devices
-
FCOE Interface Type
- FCOCIPDevice - Class in com.fivecolibs.devices
-
Standard FiveCo's IP devices connection class
- FCOCIPDevice(FCOIPort, int, int, long) - Constructor for class com.fivecolibs.devices.FCOCIPDevice
-
Create a FiveCo device based on legacy TCP communication protocol
- FCOCIPDevice(FCOIPort, int) - Constructor for class com.fivecolibs.devices.FCOCIPDevice
-
Create a FiveCo device based on legacy TCP communication protocol
- FCOCIPI2CDevice - Class in com.fivecolibs.devices
-
Standard FiveCo's IP devices connection class
- FCOCIPI2CDevice(FCOIPort, int, int, long) - Constructor for class com.fivecolibs.devices.FCOCIPI2CDevice
-
Create a FiveCo device based on legacy TCP communication protocol with access to I2C bus
- FCOCIPI2CDevice(FCOIPort, int) - Constructor for class com.fivecolibs.devices.FCOCIPI2CDevice
-
Create a FiveCo device based on legacy TCP communication protocol with access to I2C bus
- FCOCIPI2CSubDevice - Class in com.fivecolibs.devices
-
Standard FiveCo's I2C devices connected through IP device class
- FCOCIPI2CSubDevice(int, byte) - Constructor for class com.fivecolibs.devices.FCOCIPI2CSubDevice
-
Create a FiveCo device based on legacy TCP communication protocol with access through I2C bus
- FCOCIPI2CSubDevice(int, byte, int, long) - Constructor for class com.fivecolibs.devices.FCOCIPI2CSubDevice
-
Create a FiveCo device based on legacy TCP communication protocol with access through I2C bus
- FCOCPortSerial - Class in com.fivecolibs.devices
-
Serial Communication port for FCOCDevice
- FCOCPortSerial(String, int) - Constructor for class com.fivecolibs.devices.FCOCPortSerial
-
Create a new serial port
- FCOCPortTCP - Class in com.fivecolibs.devices
-
TCP/IP Communication port for FCOCDevice
- FCOCPortTCP(String, int) - Constructor for class com.fivecolibs.devices.FCOCPortTCP
-
Connect to a defined TCP port
- FCOCPortTCP(String) - Constructor for class com.fivecolibs.devices.FCOCPortTCP
-
Connect to legacy standard port 8010
- FCOCPortUDP - Class in com.fivecolibs.devices
-
UDP/IP Communication port for FCOCDevice
- FCOCPortUDP(String, int) - Constructor for class com.fivecolibs.devices.FCOCPortUDP
-
Connect to a defined UDP port
- FCOCPortUDP(String) - Constructor for class com.fivecolibs.devices.FCOCPortUDP
-
Connect to legacy standard port 8010
- FCOCRAPDevice - Class in com.fivecolibs.devices
-
Standard FiveCo's FRAP devices connection class
- FCOCRAPDevice(int, int, long, int, FCOIPort, int, int, boolean, int) - Constructor for class com.fivecolibs.devices.FCOCRAPDevice
-
- FCOCRAPDevice(int, int, long, FCOIPort, int, int, boolean, int) - Constructor for class com.fivecolibs.devices.FCOCRAPDevice
-
- FCOCRAPDevice(int, int, FCOIPort, int, int, boolean, int) - Constructor for class com.fivecolibs.devices.FCOCRAPDevice
-
- FCOCRegisterBase - Class in com.fivecolibs.devices
-
Standard FiveCo's register description.
- FCOCRegisterBase(int, int, int, int, boolean, Object) - Constructor for class com.fivecolibs.devices.FCOCRegisterBase
-
- FCOCRegisterBase(int, int, int, int, boolean) - Constructor for class com.fivecolibs.devices.FCOCRegisterBase
-
- FCOCUtils - Class in com.fivecolibs.utils
-
Miscellaneous useful methods
- FCOCUtils() - Constructor for class com.fivecolibs.utils.FCOCUtils
-
- FCOEComState - Enum in com.fivecolibs.devices
-
Communication with device states enumeration
- FCOEDataEventType - Enum in com.fivecolibs.devices
-
Communication with device states sources enumeration
- FCOIDeviceEvent - Interface in com.fivecolibs.devices
-
Standard FiveCo's devices connection class interface
- FCOII2CScanBus - Interface in com.fivecolibs.devices
-
Standard FiveCo's devices connection class interface
- FCOIIPI2CDeviceEvent - Interface in com.fivecolibs.devices
-
Standard FiveCo's devices connection class interface
- FCOIPort - Interface in com.fivecolibs.devices
-
Port standard interface to provide send and receive methods
- FCOIRAPDeviceRouterEvent - Interface in com.fivecolibs.devices
-
Standard FiveCo's devices connection class interface for RAP Router
- fireDataEvent(FCOCRegisterBase, Object, FCOEDataEventType, Object) - Method in class com.fivecolibs.devices.FCOCIPI2CSubDevice
-
Call this function to fire a Data Event.