Package | Description |
---|---|
tijos.framework.eventcenter |
Event center class, which deals with events from hardware peripherals, such as GPIO events
|
tijos.framework.platform.peripheral |
Classes to access the peripherals on the development board, like keyboard, button, light, etc
|
tijos.framework.sensor.button |
Button classes
|
tijos.framework.sensor.dht |
DHT11(22) classes
|
tijos.framework.sensor.general |
General Sensor classes
|
tijos.framework.sensor.hcsr |
HCSR04(04+) classes
|
tijos.framework.sensor.mq |
MQn classes
|
tijos.framework.sensor.vs1838b |
VS1838B classes
|
Modifier and Type | Class and Description |
---|---|
class |
TiGPIOEvent
GPIO event object
|
class |
TiIOAgentEvent
IOAgent event object
|
class |
TiKeyboardEvent
Keyboard event object
|
Modifier and Type | Method and Description |
---|---|
void |
ITiEventListener.onEvent(ITiEvent evt)
triggered when the event occurs
|
Modifier and Type | Method and Description |
---|---|
void |
TiKeyboard.onEvent(ITiEvent evt) |
Modifier and Type | Method and Description |
---|---|
void |
TiButton.onEvent(ITiEvent evt) |
Modifier and Type | Method and Description |
---|---|
void |
TiDHT.onEvent(ITiEvent evt) |
Modifier and Type | Method and Description |
---|---|
void |
TiGeneralSensor.onEvent(ITiEvent evt) |
Modifier and Type | Method and Description |
---|---|
void |
TiHCSR04.onEvent(ITiEvent evt) |
Modifier and Type | Method and Description |
---|---|
void |
TiMQ.onEvent(ITiEvent evt) |
Modifier and Type | Method and Description |
---|---|
void |
TiVS1838BNEC.onEvent(ITiEvent evt) |