- get(int) - Method in class org.json.JSONArray
-
Get the object value associated with an index.
- get(String) - Method in class org.json.JSONObject
-
Get the value object associated with a key.
- getBoolean(int) - Method in class org.json.JSONArray
-
Get the boolean value associated with an index.
- getBoolean(String) - Method in class org.json.JSONObject
-
Get the boolean value associated with a key.
- getCause() - Method in exception org.json.JSONException
-
Returns the cause of this exception or null if the cause is nonexistent
or unknown.
- getDouble(int) - Method in class org.json.JSONArray
-
Get the double value associated with an index.
- getDouble(String) - Method in class org.json.JSONObject
-
Get the double value associated with a key.
- getFunction(int) - Method in class co.teubi.raspberrypi.io.GPIO
-
getFunction returns the current port function.
- getI2CEnabled(boolean) - Method in class co.teubi.raspberrypi.io.GPIOStatus
-
- getInt(int) - Method in class org.json.JSONArray
-
Get the int value associated with an index.
- getInt(String) - Method in class org.json.JSONObject
-
Get the int value associated with a key.
- getJSONArray(int) - Method in class org.json.JSONArray
-
Get the JSONArray associated with an index.
- getJSONArray(String) - Method in class org.json.JSONObject
-
Get the JSONArray value associated with a key.
- getJSONArrayFromUrl(String, int) - Method in class com.androidhive.jsonparsing.JSONParser
-
Makes a "GET" request to the specified URL and returns
a JSONArray.
- getJSONFromUrl(String, int) - Method in class com.androidhive.jsonparsing.JSONParser
-
Makes a "GET" request to the specified URL and returns
a JSONObject.
- getJSONObject(int) - Method in class org.json.JSONArray
-
Get the JSONObject associated with an index.
- getJSONObject(String) - Method in class org.json.JSONObject
-
Get the JSONObject value associated with a key.
- getLong(int) - Method in class org.json.JSONArray
-
Get the long value associated with an index.
- getLong(String) - Method in class org.json.JSONObject
-
Get the long value associated with a key.
- getNames(JSONObject) - Static method in class org.json.JSONObject
-
Get an array of field names from a JSONObject.
- getNames(Object) - Static method in class org.json.JSONObject
-
Get an array of field names from an Object.
- getPinmap() - Method in class co.teubi.raspberrypi.io.GPIO
-
getPinMap returns the current GPIO pin mapping
for the raspberry PI.
- getPinNum(int) - Method in class co.teubi.raspberrypi.io.GPIO
-
getPinNum returns the physical pin number less one.
- getSPIEnabled() - Method in class co.teubi.raspberrypi.io.GPIOStatus
-
- getString(int) - Method in class org.json.JSONArray
-
Get the string associated with an index.
- getString(String) - Method in class org.json.JSONObject
-
Get the string associated with a key.
- getUARTEnabled() - Method in class co.teubi.raspberrypi.io.GPIOStatus
-
- getValue(int) - Method in class co.teubi.raspberrypi.io.GPIO
-
getValue returns the current port value.
- GPIO - Class in co.teubi.raspberrypi.io
-
- GPIO(GPIO.ConnectionInfo) - Constructor for class co.teubi.raspberrypi.io.GPIO
-
Initializes the GPIO object that allows you to
connect to WebIOPi.
- gpio - Variable in class co.teubi.raspberrypi.io.GPIOPin
-
- GPIO.ConnectionEventListener - Interface in co.teubi.raspberrypi.io
-
- GPIO.ConnectionInfo - Class in co.teubi.raspberrypi.io
-
- GPIO.ConnectionInfo(String) - Constructor for class co.teubi.raspberrypi.io.GPIO.ConnectionInfo
-
- GPIO.ConnectionInfo(String, int, String, String) - Constructor for class co.teubi.raspberrypi.io.GPIO.ConnectionInfo
-
- GPIO.PortUpdateListener - Interface in co.teubi.raspberrypi.io
-
- GPIOPin - Class in co.teubi.raspberrypi.io
-
- GPIOPin() - Constructor for class co.teubi.raspberrypi.io.GPIOPin
-
- GPIOPin(int, int, PORTFUNCTION, PORTVALUE) - Constructor for class co.teubi.raspberrypi.io.GPIOPin
-
- GPIOPin(int, int, PORTFUNCTION, PORTVALUE, String) - Constructor for class co.teubi.raspberrypi.io.GPIOPin
-
- GPIOPort - Class in co.teubi.raspberrypi.io
-
- GPIOPort() - Constructor for class co.teubi.raspberrypi.io.GPIOPort
-
- GPIOStatus - Class in co.teubi.raspberrypi.io
-
Instantiate this class to store the internal state
of the GPIO port in the Raspberry PI.
- GPIOStatus() - Constructor for class co.teubi.raspberrypi.io.GPIOStatus
-
- GT - Static variable in class org.json.XML
-
The Character '>'.