Package | Description |
---|---|
com.fivecolibs.devices |
Modifier and Type | Method and Description |
---|---|
static FCOEDataEventType |
FCOEDataEventType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FCOEDataEventType[] |
FCOEDataEventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
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.
|
void |
FCOCIPI2CSubDevice.fireDataEvent(FCOCRegisterBase Register,
java.lang.Object data,
FCOEDataEventType eState,
java.lang.Object CallbackParameter)
Call this function to fire a Data Event.
|