| Package | Description |
|---|---|
| com.fivecolibs.devices |
| Modifier and Type | Interface and Description |
|---|---|
interface |
FCOIIPI2CDeviceEvent
Standard FiveCo's devices connection class interface
|
interface |
FCOIRAPDeviceRouterEvent
Standard FiveCo's devices connection class interface for RAP Router
|
| Modifier and Type | Method and Description |
|---|---|
FCOIDeviceEvent[] |
FCOCDevice.getDeviceListeners()
Returns an array of all the
DeviceListeners added to this device with addDeviceListener(). |
| Modifier and Type | Method and Description |
|---|---|
void |
FCOCDevice.addDeviceListener(FCOIDeviceEvent DevListener)
Adds an
DeviceListener to the device. |
void |
FCOCIPI2CDevice.addDeviceListener(FCOIDeviceEvent DevListener)
Adds an
DeviceListener to the device. |
void |
FCOCRAPDevice.addDeviceListener(FCOIDeviceEvent DevListener) |
void |
FCOCDevice.removeDeviceListener(FCOIDeviceEvent DevListener)
Removes an
DeviceListener from the device. |
void |
FCOCRAPDevice.removeDeviceListener(FCOIDeviceEvent DevListener) |