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 | Method and Description |
---|---|
static TiEventType |
TiEventType.fromSlot(int slot)
Get event type from hardware
|
TiEventType |
TiKeyboardEvent.getType() |
TiEventType |
TiIOAgentEvent.getType() |
TiEventType |
TiGPIOEvent.getType() |
TiEventType |
ITiEventListener.getType()
the event type of the listener
|
TiEventType |
ITiEvent.getType() |
static TiEventType |
TiEventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TiEventType[] |
TiEventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
TiEventType |
TiKeyboard.getType() |
Modifier and Type | Method and Description |
---|---|
TiEventType |
TiButton.getType() |
Modifier and Type | Method and Description |
---|---|
TiEventType |
TiDHT.getType() |
Modifier and Type | Method and Description |
---|---|
TiEventType |
TiGeneralSensor.getType() |
Modifier and Type | Method and Description |
---|---|
TiEventType |
TiHCSR04.getType() |
Modifier and Type | Method and Description |
---|---|
TiEventType |
TiMQ.getType() |
Modifier and Type | Method and Description |
---|---|
TiEventType |
TiVS1838BNEC.getType() |