- Object - Class in java.lang
-
All classes extend this one, implicitly.
- Object() - Constructor for class java.lang.Object
-
- object() - Method in class tijos.framework.util.json.JSONWriter
-
Begin appending a new object.
- Observable - Class in java.util
-
This class represents an object which is observable.
- Observable() - Constructor for class java.util.Observable
-
Constructs an Observable with zero Observers.
- Observer - Interface in java.util
-
Interface that is implemented when a class wants to be informed of changes
in Observable objects.
- OCTOBER - Static variable in class java.util.Calendar
-
Constant representing October.
- OFF - Static variable in class tijos.framework.util.logging.Logger
-
The OFF
level is used as a threshold for filtering log records,
meaning that no message should be logged.
- offer(E) - Method in class java.util.ArrayDeque
-
Inserts the specified element at the end of this deque.
- offer(E) - Method in interface java.util.Deque
-
Inserts the specified element into the queue represented by this deque
(in other words, at the tail of this deque) if it is possible to do so
immediately without violating capacity restrictions, returning
true upon success and false if no space is currently
available.
- offer(T) - Method in class java.util.LinkedList
-
Adds the specified element to the end of the list.
- offer(E) - Method in class java.util.PriorityQueue
-
- offer(E) - Method in interface java.util.Queue
-
Inserts the specified element into this queue if it is possible to do
so immediately without violating capacity restrictions.
- offerFirst(E) - Method in class java.util.ArrayDeque
-
Inserts the specified element at the front of this deque.
- offerFirst(E) - Method in interface java.util.Deque
-
Inserts the specified element at the front of this deque unless it would
violate capacity restrictions.
- offerFirst(T) - Method in class java.util.LinkedList
-
Inserts the specified element at the front of the list.
- offerLast(E) - Method in class java.util.ArrayDeque
-
Inserts the specified element at the end of this deque.
- offerLast(E) - Method in interface java.util.Deque
-
Inserts the specified element at the end of this deque unless it would
violate capacity restrictions.
- offerLast(T) - Method in class java.util.LinkedList
-
Inserts the specified element at the end of the list.
- offsetByCodePoints(int, int) - Method in class java.lang.String
-
- onEvent(ITiEvent) - Method in interface tijos.framework.eventcenter.ITiEventListener
-
triggered when the event occurs
- onEvent(ITiEvent) - Method in class tijos.framework.platform.peripheral.TiKeyboard
-
- onEvent(ITiEvent) - Method in class tijos.framework.sensor.button.TiButton
-
- onEvent(ITiEvent) - Method in class tijos.framework.sensor.dht.TiDHT
-
- onEvent(ITiEvent) - Method in class tijos.framework.sensor.general.TiGeneralSensor
-
- onEvent(ITiEvent) - Method in class tijos.framework.sensor.hcsr.TiHCSR04
-
- onEvent(ITiEvent) - Method in class tijos.framework.sensor.mq.TiMQ
-
- onEvent(ITiEvent) - Method in class tijos.framework.sensor.vs1838b.TiVS1838BNEC
-
- onMqttConnectFailure(Object, int) - Method in interface tijos.framework.networkcenter.mqtt.MqttClientListener
-
the event to indicate that the MQTT CONNACT message failed
- onMqttConnectSuccess(Object) - Method in interface tijos.framework.networkcenter.mqtt.MqttClientListener
-
the event to indicate that the MQTT CONNACT message successfully
- onPressed(int, long) - Method in interface tijos.framework.platform.peripheral.ITiKeyboardListener
-
the event is triggered when the key is pressed
- onPressed(TiButton) - Method in interface tijos.framework.sensor.button.ITiButtonEventListener
-
the event is triggered when the button is pressed
- onReleased(int, long) - Method in interface tijos.framework.platform.peripheral.ITiKeyboardListener
-
the event is triggered when the key is released
- onReleased(TiButton) - Method in interface tijos.framework.sensor.button.ITiButtonEventListener
-
the event is triggered when the button is released
- onThresholdNotify(TiGeneralSensor) - Method in interface tijos.framework.sensor.general.ITiGeneralSensorEventListener
-
notification when the value is beyond of the threshold value
- onThresholdNotify(TiMQ) - Method in interface tijos.framework.sensor.mq.ITiMQEventListener
-
notification of change of threshold value detection value
- open(int, int...) - Static method in class tijos.framework.devicecenter.TiADC
-
Open the TiADC port by port id and the channel list, and return the object
- open(int, int...) - Static method in class tijos.framework.devicecenter.TiGPIO
-
Open the TiGPIO port by port id and the pin list, and return the object
- open(int) - Static method in class tijos.framework.devicecenter.TiI2CMaster
-
Open the TiI2CMaster port by port id, and return the object
NOTE: the SMBA disable, remapID is 0, that is default location
- open(int, int...) - Static method in class tijos.framework.devicecenter.TiOWMaster
-
Open the TiOWMaster port by port id and the io list, and return the object
- open(int, int...) - Static method in class tijos.framework.devicecenter.TiPWM
-
Open the TiPWM port by port id and the channel list, and return the
object
NOTE: remapID is 0, that is default location
- open(int) - Static method in class tijos.framework.devicecenter.TiSPIMaster
-
Open the TiSPIMaster port by port id, and return the object
NOTE: remapID is 0, that is default location
- open(int) - Static method in class tijos.framework.devicecenter.TiUART
-
Open the TiUART port by port id, and return the object
NOTE1: control is CONTROL_NONE, that is default flow control type
NOTE2: remapID is 0, that is default location
- openRemap(int, boolean, int) - Static method in class tijos.framework.devicecenter.TiI2CMaster
-
Open the TiI2CMaster port by port id and remap id, and return the object
- openRemap(int, int, int...) - Static method in class tijos.framework.devicecenter.TiPWM
-
Open the TiPWM port by port id, remap id and the channel list, and return the
object
- openRemap(int, int) - Static method in class tijos.framework.devicecenter.TiSPIMaster
-
Open the TiSPIMaster port by port id and remap id, and return the object
- openRemap(int, int, int) - Static method in class tijos.framework.devicecenter.TiUART
-
Open the TiUART port by port id, flow control type and remap id, and return
the object
- operateProgram(int, int, Thread, int, int) - Method in class tijos.framework.platform.TiDebugger
-
Allow events to be enabled/disabled/ignored.
- opt(int) - Method in class tijos.framework.util.json.JSONArray
-
Get the optional object value associated with an index.
- opt(String) - Method in class tijos.framework.util.json.JSONObject
-
Get an optional value associated with a key.
- optBoolean(int) - Method in class tijos.framework.util.json.JSONArray
-
Get the optional boolean value associated with an index.
- optBoolean(int, boolean) - Method in class tijos.framework.util.json.JSONArray
-
Get the optional boolean value associated with an index.
- optBoolean(String) - Method in class tijos.framework.util.json.JSONObject
-
Get an optional boolean associated with a key.
- optBoolean(String, boolean) - Method in class tijos.framework.util.json.JSONObject
-
Get an optional boolean associated with a key.
- optDouble(int) - Method in class tijos.framework.util.json.JSONArray
-
Get the optional double value associated with an index.
- optDouble(int, double) - Method in class tijos.framework.util.json.JSONArray
-
Get the optional double value associated with an index.
- optDouble(String) - Method in class tijos.framework.util.json.JSONObject
-
Get an optional double associated with a key, or NaN if there is no such
key or if its value is not a number.
- optDouble(String, double) - Method in class tijos.framework.util.json.JSONObject
-
Get an optional double associated with a key, or the defaultValue if
there is no such key or if its value is not a number.
- optEnum(Class<E>, int) - Method in class tijos.framework.util.json.JSONArray
-
Get the enum value associated with a key.
- optEnum(Class<E>, int, E) - Method in class tijos.framework.util.json.JSONArray
-
Get the enum value associated with a key.
- optInt(int) - Method in class tijos.framework.util.json.JSONArray
-
Get the optional int value associated with an index.
- optInt(int, int) - Method in class tijos.framework.util.json.JSONArray
-
Get the optional int value associated with an index.
- optInt(String) - Method in class tijos.framework.util.json.JSONObject
-
Get an optional int value associated with a key, or zero if there is no
such key or if the value is not a number.
- optInt(String, int) - Method in class tijos.framework.util.json.JSONObject
-
Get an optional int value associated with a key, or the default if there
is no such key or if the value is not a number.
- optJSONArray(int) - Method in class tijos.framework.util.json.JSONArray
-
Get the optional JSONArray associated with an index.
- optJSONArray(String) - Method in class tijos.framework.util.json.JSONObject
-
Get an optional JSONArray associated with a key.
- optJSONObject(int) - Method in class tijos.framework.util.json.JSONArray
-
Get the optional JSONObject associated with an index.
- optJSONObject(String) - Method in class tijos.framework.util.json.JSONObject
-
Get an optional JSONObject associated with a key.
- optLong(int) - Method in class tijos.framework.util.json.JSONArray
-
Get the optional long value associated with an index.
- optLong(int, long) - Method in class tijos.framework.util.json.JSONArray
-
Get the optional long value associated with an index.
- optLong(String) - Method in class tijos.framework.util.json.JSONObject
-
Get an optional long value associated with a key, or zero if there is no
such key or if the value is not a number.
- optLong(String, long) - Method in class tijos.framework.util.json.JSONObject
-
Get an optional long value associated with a key, or the default if there
is no such key or if the value is not a number.
- optString(int) - Method in class tijos.framework.util.json.JSONArray
-
Get the optional string value associated with an index.
- optString(int, String) - Method in class tijos.framework.util.json.JSONArray
-
Get the optional string associated with an index.
- optString(String) - Method in class tijos.framework.util.json.JSONObject
-
Get an optional string associated with a key.
- optString(String, String) - Method in class tijos.framework.util.json.JSONObject
-
Get an optional string associated with a key.
- or(BitSet) - Method in class java.util.BitSet
-
Performs the logical OR operation on this bit set and the
given set
.
- ORDER_LSB - Static variable in class tijos.framework.devicecenter.TiSPIMaster
-
Low bit first transmission order
- ORDER_MSB - Static variable in class tijos.framework.devicecenter.TiSPIMaster
-
High bit first transmission order
- ordinal() - Method in class java.lang.Enum
-
- ordinaryChar(int) - Method in class java.io.StreamTokenizer
-
Specifies that the character argument is "ordinary"
in this tokenizer.
- ordinaryChars(int, int) - Method in class java.io.StreamTokenizer
-
Specifies that all characters c in the range
low <= c <= high
are "ordinary" in this tokenizer.
- out - Static variable in class java.lang.System
-
- out() - Method in class java.util.Formatter
-
Returns the output stream used by this formatter.
- OutOfMemoryError - Error in java.lang
-
- OutOfMemoryError() - Constructor for error java.lang.OutOfMemoryError
-
- OutOfMemoryError(String) - Constructor for error java.lang.OutOfMemoryError
-
- OUTPUT - Static variable in class tijos.framework.devicecenter.TiPWM
-
Output mode
- output(String) - Method in class tijos.framework.transducer.oled.TiOLED_UG2864
-
Output string text,
position automatic movement
- OUTPUT_OD - Static variable in class tijos.framework.devicecenter.TiGPIO
-
Open drain output
- OUTPUT_PP - Static variable in class tijos.framework.devicecenter.TiGPIO
-
Push-pull output
- OutputStream - Class in java.io
-
This abstract class forms the base of the hierarchy of classes that
write output as a stream of bytes.
- OutputStream() - Constructor for class java.io.OutputStream
-
This is the default no-argument constructor for this class.
- OutputStreamWriter - Class in java.io
-
- OutputStreamWriter(OutputStream) - Constructor for class java.io.OutputStreamWriter
-
- OutputStreamWriter(OutputStream, String) - Constructor for class java.io.OutputStreamWriter
-
- Override - Annotation Type in java.lang
-