- raspbianGpioMemRead(int) - Static method in class NativeInterface
-
- raspbianGpioMemSetPinBias(int, int) - Static method in class NativeInterface
-
- raspbianGpioMemWrite(int, int, int) - Static method in class NativeInterface
-
- RawDXF - Class in processing.dxf
-
A simple library to write DXF files with Processing.
- RawDXF() - Constructor for class RawDXF
-
- read(int) - Method in class I2C
-
Reads bytes from the attached device
- read() - Method in class Client
-
( begin auto-generated from Client_read.xml )
Returns a number between 0 and 255 for the next byte that's waiting in
the buffer.
- read() - Method in class Serial
-
- readBytes() - Method in class Client
-
( begin auto-generated from Client_readBytes.xml )
Reads a group of bytes from the buffer.
- readBytes(int) - Method in class Client
-
Advanced
- readBytes(byte[]) - Method in class Client
-
Advanced
- readBytes() - Method in class Serial
-
- readBytes(int) - Method in class Serial
-
Advanced
- readBytes(byte[]) - Method in class Serial
-
Advanced
- readBytesUntil(int) - Method in class Client
-
( begin auto-generated from Client_readBytesUntil.xml )
Reads from the port into a buffer of bytes up to and including a
particular character.
- readBytesUntil(int, byte[]) - Method in class Client
-
Advanced
- readBytesUntil(int) - Method in class Serial
-
- readBytesUntil(int, byte[]) - Method in class Serial
-
Advanced
- readChar() - Method in class Client
-
( begin auto-generated from Client_readChar.xml )
Returns the next byte in the buffer as a char.
- readChar() - Method in class Serial
-
- readFile(String, byte[]) - Static method in class NativeInterface
-
- readString() - Method in class Client
-
( begin auto-generated from Client_readString.xml )
Returns the all the data from the buffer as a String.
- readString() - Method in class Serial
-
- readStringUntil(int) - Method in class Client
-
( begin auto-generated from Client_readStringUntil.xml )
Combination of readBytesUntil() and readString().
- readStringUntil(int) - Method in class Serial
-
- releaseInterrupt(int) - Static method in class GPIO
-
Stops listening for interrupts on an input pin
- releasePin(int) - Static method in class GPIO
-
Gives ownership of a pin back to the operating system
- RISING - Static variable in class GPIO
-
trigger when level changes from low to high
- run() - Method in class Client
-
- run() - Method in class Server
-