|
||||||||
PREV NEXT | FRAMES NO FRAMES |
AddToList
method adds a new terminal id with it's
specific settings to the list.
addProgressListener
method registers a ProgressListener
object to listen to ShowPoll events.
addProtocolMessageListener
method registers a
ProtocolMessageListener object to listen to ProtocolMessage events.
addShowPollListener
method registers a ShowPollListener
object to listen to ShowPoll events.
DeleteAllListItems
method removes all entered list items
from memory.
DeleteListItem
method removes one handheld terminal id
item from memory if possible.
Destoy
method destroys NetO.
Download
method starts the transfer of files from the
handheld terminal to PC.
GetListItem
method gets the entered parameters of a
selected list number.
GetNumberOfListItems
method returns the number of
handheld terminal items in the list that is stored in memory.
GetSerialPortList
method returns an Arraylist with all
available serial ports on the system.
InsertToList
method adds a new terminal id with it's
specific settings to the list.
IsProtocolRunning
method indicates if the protocol is
running.
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.
removeProgressListener
method deregisters a
ProgressListener object registered using addProgressListener
.
removeProtocolMessageListener
method deregisters a
ProtocolMessageListener object registered using
addProtocolMessageListener
.
removeShowPollListener
method deregisters a
ShowPollListener object registered using addShowPollListener
.
SetMaxPackageLength
method is used to change the size
of the package to send data from the PC to the terminal.
StartListNeto
method starts the continuous protocol.
StopRunning
method interrupts the running protocol and
stops communication between PC and handheld terminal.
setBaud_rate
method, the communication speed
will be changed.
setData_bits
method changes the number of bits that are
used per byte.
setIrda_device
method sets the serial port with an IrDA
adapter.
setParity_bits
changes the parity setting.
setPoll_speed
the time between two polls is set.
SetPoll_timeout
method sets the time when the protocol
stops on no answer at the polls.
setRxtx_delay
will set the time between the sending
and receiving of data.
setSerial_port
method changes the serial port that will
used by the protocol.
setStop_bits
method sets the number of stop bits to be
used.
UpDownload
method has the functionality of the
Upload
and the Download
methods.
Upload
method starts the transfer of files from the PC
to the handheld terminal.
|
||||||||
PREV NEXT | FRAMES NO FRAMES |