A C D E I N O P Q R S V W

A

AAIoException - Exception in com.agilent.android.io
 
AAIoException(AAIoException.ErrorType) - Constructor for exception com.agilent.android.io.AAIoException
 
AAIoException(AAIoException.ErrorType, Throwable) - Constructor for exception com.agilent.android.io.AAIoException
 
AAIoException.ErrorType - Enum in com.agilent.android.io
 

C

close() - Method in class com.agilent.android.io.IO
Close the connection to the instrument.
close() - Method in class com.agilent.android.io.SocketIO
 
com.agilent.android.io - package com.agilent.android.io
 
connectTimeout - Variable in class com.agilent.android.io.IO
The number of milliseconds to wait for a connection to connect.

D

deviceClear() - Method in class com.agilent.android.io.IO
Sends a device clear command to the instrument.

E

error - Variable in exception com.agilent.android.io.AAIoException
 

I

IO - Class in com.agilent.android.io
Allows you to control a LAN instrument using a Socket connection.
IO() - Constructor for class com.agilent.android.io.IO
 
IO.BinaryBlockDataType - Enum in com.agilent.android.io
Specifies the type of data that makes up the IEEE Block Data.
isConnected - Variable in class com.agilent.android.io.IO
Specifies whether a connection has been made to the instrument.

N

newLineToken - Variable in class com.agilent.android.io.IO
This string sequence (typically \n) specifies the value that will terminate a Scan call be appended to the end of the data on a Print call Defaults to "\n".

O

openWithAddress(String, int) - Method in class com.agilent.android.io.IO
Open a connection to the instrument.
openWithAddress(String, int, int) - Method in class com.agilent.android.io.SocketIO
 

P

print(String) - Method in class com.agilent.android.io.IO
Sends a string of data to the instrument, automatically appending the newLineToken.
print(String, boolean) - Method in class com.agilent.android.io.IO
Sends a string of data to the instrument
printBuffer(byte[], int) - Method in class com.agilent.android.io.IO
Sends a byte array of data to the instrument.
printTimeout - Variable in class com.agilent.android.io.IO
The number of milliseconds to wait for an instrument to accept data.

Q

query(String, StringBuffer) - Method in class com.agilent.android.io.IO
Send a string of data to the instrument, then reads a string of data from the instrument
queryDeviceClearPort(String) - Method in class com.agilent.android.io.IO
Queries the instrument for the port that should be used when doing a deviceClear.

R

readBuffer(byte[], int, int) - Method in class com.agilent.android.io.SocketIO
 
readList() - Method in class com.agilent.android.io.IO
Reads a list of data values from the instrument.
readString(StringBuffer, String, int) - Method in class com.agilent.android.io.SocketIO
 

S

scan(StringBuffer) - Method in class com.agilent.android.io.IO
Reads a string of data from the instrument, automatically removing the newLineToken from the end of the data
scan(StringBuffer, boolean) - Method in class com.agilent.android.io.IO
Reads a string of data from the instrument
scanBinaryDefiniteSizeBlocks(IO.BinaryBlockDataType) - Method in class com.agilent.android.io.IO
Reads an IEEE Binary Block of data from the instrument
scanBuffer(byte[], int) - Method in class com.agilent.android.io.IO
Reads a byte array of data from the instrument
scanTimeout - Variable in class com.agilent.android.io.IO
The number of milliseconds to wait for an instrument to return data.
SocketIO - Class in com.agilent.android.io
 
SocketIO() - Constructor for class com.agilent.android.io.SocketIO
 

V

valueOf(String) - Static method in enum com.agilent.android.io.AAIoException.ErrorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.agilent.android.io.IO.BinaryBlockDataType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.agilent.android.io.AAIoException.ErrorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.agilent.android.io.IO.BinaryBlockDataType
Returns an array containing the constants of this enum type, in the order they are declared.

W

writeBuffer(byte[], int, int) - Method in class com.agilent.android.io.SocketIO
 
writeString(String, int) - Method in class com.agilent.android.io.SocketIO
 

A C D E I N O P Q R S V W