A B C D E G I L P R S T V W

A

analogInput - 类 processing.android.dandelion.Dandelion 中的变量
 
available() - 类 processing.android.dandelion.Client 中的方法
Returns the available number of bytes in the buffer.
available() - 类 processing.android.dandelion.ConnectedThread 中的方法
 
available() - 类 processing.android.dandelion.Dandelion 中的方法
Returns the available number of bytes in the buffer.

B

beginAnalogInput() - 类 processing.android.dandelion.Dandelion 中的方法
 
beginDigitalInput() - 类 processing.android.dandelion.Dandelion 中的方法
 
buffer(int) - 类 processing.android.dandelion.Dandelion 中的方法
Sets the number of bytes to buffer.

C

cancel() - 类 processing.android.dandelion.ConnectedThread 中的方法
 
clear() - 类 processing.android.dandelion.Dandelion 中的方法
Clears the byte buffer.
Client - processing.android.dandelion 中的 类
 
Client(Dandelion) - 类 processing.android.dandelion.Client 的构造方法
 
connect(String) - 类 processing.android.dandelion.Client 中的方法
 
ConnectedThread - processing.android.dandelion 中的 类
 
ConnectedThread(Client, BluetoothSocket, int) - 类 processing.android.dandelion.ConnectedThread 的构造方法
 
continuousMode - 类 processing.android.dandelion.Dandelion 中的静态变量
 

D

Dandelion - processing.android.dandelion 中的 类
This is a template class and can be used to start a new processing library or tool.
Dandelion(Context) - 类 processing.android.dandelion.Dandelion 的构造方法
a Constructor, used to establish a connection to a Dandelion the library will look for its path.
Dandelion(Context, int) - 类 processing.android.dandelion.Dandelion 的构造方法
 
DEBUG - 类 processing.android.dandelion.Client 中的静态变量
 
DEBUG - 类 processing.android.dandelion.Dandelion 中的静态变量
 
DEBUGTAG - 类 processing.android.dandelion.Client 中的静态变量
 
DEBUGTAG - 类 processing.android.dandelion.Dandelion 中的静态变量
 
digitalInput - 类 processing.android.dandelion.Dandelion 中的变量
 
digitalOutput - 类 processing.android.dandelion.Dandelion 中的变量
 
disconnect() - 类 processing.android.dandelion.Client 中的方法
 
disconnect() - 类 processing.android.dandelion.Dandelion 中的方法
Disconnects the bluetooth socket.
discoveryComplete() - 类 processing.android.dandelion.Dandelion 中的方法
 

E

endAnalogInput() - 类 processing.android.dandelion.Dandelion 中的方法
 
endDigitalInput() - 类 processing.android.dandelion.Dandelion 中的方法
 

G

getName() - 类 processing.android.dandelion.Dandelion 中的方法
 
getReturnCode() - 类 processing.android.dandelion.Dandelion 中的方法
 

I

isConnected() - 类 processing.android.dandelion.Dandelion 中的方法
Returns the status of the connection.
isEnabled() - 类 processing.android.dandelion.Dandelion 中的方法
Returns whether the adapter is enabled.

L

last() - 类 processing.android.dandelion.Dandelion 中的方法
Returns the last byte in the buffer.
lastChar() - 类 processing.android.dandelion.Dandelion 中的方法
Returns the last byte in the buffer as char.
list() - 类 processing.android.dandelion.Client 中的方法
 
list() - 类 processing.android.dandelion.Dandelion 中的方法
Returns the list of bonded devices.

P

pairWith(String) - 类 processing.android.dandelion.Dandelion 中的方法
 
peekAnalogInput() - 类 processing.android.dandelion.Dandelion 中的方法
Sample values of all analog channels.
peekDigitalInput() - 类 processing.android.dandelion.Dandelion 中的方法
Sample values of all digital channels.
processing.android.dandelion - 软件包 processing.android.dandelion
 
putReturnCode() - 类 processing.android.dandelion.Dandelion 中的方法
 

R

read() - 类 processing.android.dandelion.ConnectedThread 中的方法
Return a byte array of anything that's in the serial buffer.
read() - 类 processing.android.dandelion.Dandelion 中的方法
Returns the next byte in the buffer as an int (0-255);
readByte() - 类 processing.android.dandelion.Client 中的方法
 
readByte() - 类 processing.android.dandelion.ConnectedThread 中的方法
Returns a number between 0 and 255 for the next byte that's waiting in the buffer.
readBytes() - 类 processing.android.dandelion.Client 中的方法
Returns the whole byte buffer.
readBytes() - 类 processing.android.dandelion.Dandelion 中的方法
Returns the whole byte buffer.
readBytes(byte[]) - 类 processing.android.dandelion.Dandelion 中的方法
Returns the available number of bytes in the buffer, and copies the buffer contents to the passed byte[]
readBytesUntil(byte) - 类 processing.android.dandelion.Dandelion 中的方法
Returns a bytebuffer until the byte b.
readBytesUntil(byte, byte[]) - 类 processing.android.dandelion.Dandelion 中的方法
TODO
readChar() - 类 processing.android.dandelion.Dandelion 中的方法
Returns the next byte in the buffer as a char, if nothing is there it returns -1.
readDandelion(long) - 类 processing.android.dandelion.Client 中的方法
 
readString() - 类 processing.android.dandelion.Dandelion 中的方法
Returns the buffer as a string.
readStringUntil(char) - 类 processing.android.dandelion.Dandelion 中的方法
Returns the buffer as string until character c.
run() - 类 processing.android.dandelion.Client 中的方法
 
run() - 类 processing.android.dandelion.ConnectedThread 中的方法
 

S

sendDandelion(String, boolean) - 类 processing.android.dandelion.Client 中的方法
 
setHigh(int) - 类 processing.android.dandelion.Dandelion 中的方法
Put specified channel High.
setLow(int) - 类 processing.android.dandelion.Dandelion 中的方法
Put specified channel Low.
startDiscovery() - 类 processing.android.dandelion.Dandelion 中的方法
 
stop() - 类 processing.android.dandelion.Dandelion 中的方法
Kills the main thread.

T

TimeoutException - processing.android.dandelion 中的 异常
 
TimeoutException() - 异常 processing.android.dandelion.TimeoutException 的构造方法
 
TimeoutException(String) - 异常 processing.android.dandelion.TimeoutException 的构造方法
 

V

VERSION - 类 processing.android.dandelion.Dandelion 中的静态变量
 
version() - 类 processing.android.dandelion.Dandelion 中的静态方法
return the version of the library.

W

write(byte[]) - 类 processing.android.dandelion.Client 中的方法
Writes a byte[] buffer to the output stream.
write(String) - 类 processing.android.dandelion.Client 中的方法
Writes a String to the output stream.
write(int) - 类 processing.android.dandelion.Client 中的方法
Writes a String to the output stream.
write(byte[]) - 类 processing.android.dandelion.ConnectedThread 中的方法
 
write(byte[]) - 类 processing.android.dandelion.Dandelion 中的方法
Writes a byte[] buffer to the output stream.
write(String) - 类 processing.android.dandelion.Dandelion 中的方法
Writes a String to the output stream.
write(int) - 类 processing.android.dandelion.Dandelion 中的方法
Writes a String to the output stream.

A B C D E G I L P R S T V W

processing library Dandelion_android by Deqing Sun. (c) 2011