A C D G I N P R S U

A

AddToList(String, String[], String, short, short) - Method in class neto.NetO
The AddToList method adds a new terminal id with it's specific settings to the list.
addProgressListener(ProgressListener) - Method in class neto.NetO
the addProgressListener method registers a ProgressListener object to listen to ShowPoll events.
addProtocolMessageListener(ProtocolMessageListener) - Method in class neto.NetO
the addProtocolMessageListener method registers a ProtocolMessageListener object to listen to ProtocolMessage events.
addShowPollListener(ShowPollListener) - Method in class neto.NetO
the addShowPollListener method registers a ShowPollListener object to listen to ShowPoll events.

C

COM_BOTH - Static variable in class neto.NetO
 
COM_DOWNLOAD - Static variable in class neto.NetO
 
COM_UPLOAD - Static variable in class neto.NetO
 

D

DOWN_APPEND - Static variable in class neto.NetO
 
DOWN_NEW - Static variable in class neto.NetO
 
DOWN_OVERWRITE - Static variable in class neto.NetO
 
DeleteAllListItems() - Method in class neto.NetO
The DeleteAllListItems method removes all entered list items from memory.
DeleteListItem(int) - Method in class neto.NetO
The DeleteListItem method removes one handheld terminal id item from memory if possible.
Destroy() - Method in class neto.NetO
The Destoy method destroys NetO.
Download(String, String, short) - Method in class neto.NetO
The Download method starts the transfer of files from the handheld terminal to PC.

G

GetCurrentPercentage() - Method in class neto.ProgressEvent
Returns the percentage of a succesful transfer of the current file.
GetFinal() - Method in class neto.ProtocolMessageEvent
Returns wether the message ends the protocol or not.
GetListItem(int, String[], String[][], String[], short[], short[]) - Method in class neto.NetO
The GetListItem method gets the entered parameters of a selected list number.
GetMaxPackageLength() - Method in class neto.NetO
 
GetMessage() - Method in class neto.ProtocolMessageEvent
Returns a string expression that explains the status code.
GetMsgCode() - Method in class neto.ProtocolMessageEvent
Returns the integer expression that specifies the status code.
GetNumberOfListItems() - Method in class neto.NetO
The GetNumberOfListItems method returns the number of handheld terminal items in the list that is stored in memory.
GetSerialPortList() - Method in class neto.NetO
The GetSerialPortList method returns an Arraylist with all available serial ports on the system.
GetTotalPercentage() - Method in class neto.ProgressEvent
Returns the percentage of a succesful transfer of all files together.
getBaud_rate() - Method in class neto.NetO
 
getData_bits() - Method in class neto.NetO
 
getIrda_device() - Method in class neto.NetO
 
getParity_bits() - Method in class neto.NetO
 
getPoll_speed() - Method in class neto.NetO
 
getPoll_timeout() - Method in class neto.NetO
 
getPort() - Method in class neto.ProgressEvent
Returns a string that specifies which serial port the message comes from.
getPort() - Method in class neto.ProtocolMessageEvent
Returns a string that specifies which serial port the message comes from.
getPort() - Method in class neto.ShowPollEvent
Returns the serial port name to which the poll is just transmitted.
getRxtx_delay() - Method in class neto.NetO
 
getSerial_port() - Method in class neto.NetO
 
getStop_bits() - Method in class neto.NetO
 
getTerminalId() - Method in class neto.ShowPollEvent
Returns the terminal id of the terminal tah has just been polled.

I

IRDA_ACTISYS_220L_PLUS - Static variable in class neto.NetO
 
IRDA_IRU_1300 - Static variable in class neto.NetO
 
IRDA_NONE - Static variable in class neto.NetO
 
IRDA_PARALLAX_LITELINK - Static variable in class neto.NetO
 
IRDA_TEKRAM - Static variable in class neto.NetO
 
InsertToList(int, String, String[], String, short, short) - Method in class neto.NetO
The InsertToList method adds a new terminal id with it's specific settings to the list.
IsProtocolRunning() - Method in class neto.NetO
The IsProtocolRunning method indicates if the protocol is running.

N

NetO - class neto.NetO.
The NetO class should be used when one wants to develop an application for exchanging data between a computer and one or more handheld terminals and/or datacollectors.
NetO() - Constructor for class neto.NetO
Initializes NetO.
neto - package neto
 

P

Progress(ProgressEvent) - Method in interface neto.ProgressListener
Function to be implemented in an application.
ProgressEvent - class neto.ProgressEvent.
Object used by ProgressListener.
ProgressEvent(Object, int, int, String) - Constructor for class neto.ProgressEvent
Initializes a new instance of this object.
ProgressListener - interface neto.ProgressListener.
Interface to be implemented in an application.
ProtocolMessage(ProtocolMessageEvent) - Method in interface neto.ProtocolMessageListener
Function to be implemented in an application.
ProtocolMessageEvent - class neto.ProtocolMessageEvent.
Object used by ProtocolMessageListener.
ProtocolMessageEvent(Object, int, String, short, String) - Constructor for class neto.ProtocolMessageEvent
Initializes a new instance of this object.
ProtocolMessageListener - interface neto.ProtocolMessageListener.
Interface to be implemented in an application.

R

removeProgressListener(ProgressListener) - Method in class neto.NetO
the removeProgressListener method deregisters a ProgressListener object registered using addProgressListener.
removeProtocolMessageListener(ProtocolMessageListener) - Method in class neto.NetO
the removeProtocolMessageListener method deregisters a ProtocolMessageListener object registered using addProtocolMessageListener.
removeShowPollListener(ShowPollListener) - Method in class neto.NetO
the removeShowPollListener method deregisters a ShowPollListener object registered using addShowPollListener.

S

SetMaxPackageLength(int) - Method in class neto.NetO
The SetMaxPackageLength method is used to change the size of the package to send data from the PC to the terminal.
ShowPoll(ShowPollEvent) - Method in interface neto.ShowPollListener
Function to be implemented in an application.
ShowPollEvent - class neto.ShowPollEvent.
Object used by ShowPollListener.
ShowPollEvent(Object, String, String) - Constructor for class neto.ShowPollEvent
Initializes a new object, and sets the terminalID and the serialport.
ShowPollListener - interface neto.ShowPollListener.
Interface to be implemented in an application.
StartListNeto() - Method in class neto.NetO
The StartListNeto method starts the continuous protocol.
StopRunning() - Method in class neto.NetO
The StopRunning method interrupts the running protocol and stops communication between PC and handheld terminal.
setBaud_rate(int) - Method in class neto.NetO
By using the setBaud_rate method, the communication speed will be changed.
setData_bits(int) - Method in class neto.NetO
The setData_bits method changes the number of bits that are used per byte.
setIrda_device(short) - Method in class neto.NetO
The setIrda_device method sets the serial port with an IrDA adapter.
setParity_bits(int) - Method in class neto.NetO
The setParity_bits changes the parity setting.
setPoll_speed(int) - Method in class neto.NetO
By calling setPoll_speed the time between two polls is set.
setPoll_timeout(int) - Method in class neto.NetO
The SetPoll_timeout method sets the time when the protocol stops on no answer at the polls.
setRxtx_delay(int) - Method in class neto.NetO
Using setRxtx_delay will set the time between the sending and receiving of data.
setSerial_port(String) - Method in class neto.NetO
The setSerial_port method changes the serial port that will used by the protocol.
setStop_bits(int) - Method in class neto.NetO
The setStop_bits method sets the number of stop bits to be used.

U

UpDownload(String, String[], String, short, short) - Method in class neto.NetO
The UpDownload method has the functionality of the Upload and the Download methods.
Upload(String, String[]) - Method in class neto.NetO
The Upload method starts the transfer of files from the PC to the handheld terminal.

A C D G I N P R S U