Package | Description |
---|---|
com.fivecolibs.devices |
Modifier and Type | Class and Description |
---|---|
class |
FCOCIPDevice
Standard FiveCo's IP devices connection class
|
class |
FCOCIPI2CDevice
Standard FiveCo's IP devices connection class
|
class |
FCOCIPI2CSubDevice
Standard FiveCo's I2C devices connected through IP device class
|
class |
FCOCRAPDevice
Standard FiveCo's FRAP devices connection class
|
Modifier and Type | Method and Description |
---|---|
FCOCDevice |
FCOCRAPDevice.addOtherDevice(java.lang.String szOtherDeviceName,
int nAddress,
int nNumberOfRegisters)
Add another device to this FRAP device (same main bus).
|
abstract FCOCDevice |
FCOCDevice.addSubDevice(java.lang.String szSubDevName,
int nAddress,
int nNumberOfRegisters,
int nInterface) |
FCOCDevice |
FCOCIPDevice.addSubDevice(java.lang.String szSubDevName,
int nAddress,
int nNumberOfRegisters,
int nInterface) |
FCOCDevice |
FCOCIPI2CSubDevice.addSubDevice(java.lang.String szSubDevName,
int nAddress,
int nNumberOfRegisters,
int nInterface) |
FCOCDevice |
FCOCRAPDevice.addSubDevice(java.lang.String szNestedDeviceName,
int nSubAddress,
int nNumberOfRegisters,
int nInterface)
Add a new nested device to this FRAP device.
|
Modifier and Type | Method and Description | ||
---|---|---|---|
void |
FCOIDeviceEvent.autoreadRegAddedToQueue(FCOCDevice Source,
java.lang.String szRegisterName,
java.lang.Object CallbackParameter) |
||
void |
FCOIDeviceEvent.comDevEvtOccured(FCOCDevice Source,
FCOEComState ComState)
Callback for any communication state event.
|
||
void |
FCOIDeviceEvent.dataDevEvtOccured(FCOCDevice Source,
java.lang.String szRegisterName,
java.lang.Object Data,
FCOEDataEventType EvtType,
java.lang.Object CallbackParameter)
Callback for any communication data event.
|
||
default void |
FCOIDeviceEvent.interfaceInfoReceived(FCOCDevice Source,
FCOCInterfaceInfo[] aInfo,
java.lang.Object CallbackParameter)
Retrieve interface info when they are available
How to use to set buffer size of nested devices :
void FCOII2CScanBus. |
scanI2CDevEvtOccured(FCOCDevice Source,
int nFound,
int[] anAddressesFound)
Callback for any communication state event.
|