|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
SystemPrintStream outputs to a file,
this variable determines if the output will be appended
to the file or if it will over-write the file.
length elements in array1 at
offset1 with the elements in array2
at offset2.
length elements from the src array
at index src_position to the dst array
at index dst_position.
length common lower element bytes from
fromArray at fromOffset into
toArray at toOffset.
thisArray from fromIndex to
toIndex with fillValue.
DataPort class.BitPort using the bit specified.
BitPort using the DataPort object specified.
BytePort using the port specified.
byte array into a char array based on
this ByteToCharConverter's encoding scheme.
char array into a byte array based on
this CharToByteConverter's encoding scheme.
true if default stream has been set;
false otherwise.
DNSClient class allows DNS (Domain Name System)
lookups per RFC 1035.DNSClient.
java.io.File class.DSFile instance from a parent abstract
pathname and a child pathname string.
DSFile instance by converting the given
pathname string into an abstract pathname.
DSFile instance from a parent pathname string
and a child pathname string.
String to the debug port.
setSerial(SERIAL_SET_ENABLE,port,myBooleanHere);
Enumeration of all 1-Wire
adapter types supported.
SystemInputStream reads from a file,
this represents the name of the file.
SystemPrintStream is
outputting to, or null if this stream is not redirecting to a file.
true if the first iButton or 1-Wire device
is found on the 1-Wire Network.
true if the next iButton or 1-Wire device
is found.
CharToByteConverter to convert
any unconverted data it has internally stored.
ByteToCharConverter to convert
any unconverted data it has internally stored.
OneWireContainer objects corresponding
to all of the iButtons or 1-Wire devices found on the 1-Wire Network.
getCommPort() will be called by CommPortIdentifier
from its open() method.
ByteToCharConverter for the specified encoding scheme.
CharToByteConverter for the specified encoding scheme.
ByteToCharConverter for the system.
CharToByteConverter for the system.
OneWireContainer object using the current 1-Wire network address.
OneWireContainer object with a user supplied 1-Wire network address.
OneWireContainer object with a user supplied 1-Wire network address.
OneWireContainer object with a user supplied 1-Wire network address.
setSerial(SERIAL_EX_GET_PORT_ADDRESS,port,0);
setSerial(SERIAL_EX_GET_ENABLE,port,0);
setSerial(SERIAL_EX_GET_SEARCH_ENABLE,port,0);
OneWireContainer object corresponding to the first iButton
or 1-Wire device found on the 1-Wire Network.
byte
sequence will require for encoding.
Enumeration of MemoryBank.
String.
OneWireContainer object corresponding to the next iButton
or 1-Wire device found.
GetOpt object to parse command line arguments.
String.
String.
String.
OutputStream of this stream.
InputStream of this stream.
setSerial(SERIAL_GET_RTSCTS_FLOW_CONTROL,port,0);
setSerial(SERIAL_GET_BOOT_MESSAGE_STATE,port,0);
System.out.
System.out.
System.out.
PrintStream.
PrintStream.
DataPort when access to an address
outside the permitted range is attempted.IllegalAddressException with no detail message.
IllegalAddressException with the specified detail message.
System.out.
onDeath is called when the process exits.
DSPortAdapter.OneWireContainer encapsulates the DSPortAdapter,
the 1-Wire® network address, and methods to manipulate a specific 1-Wire device.OneWireException with no detail message.
OneWireException with the specified detail message.
OneWireIOException with no detail message.
OneWireIOException with the specified detail message.
getopt(), or null if no argument is
associated with this argument.
DHCPClient code.
boolean argument.
char argument according to the
default encoding scheme.
char array according to the
default encoding scheme.
Double.toString(double) method.
Float.toString(float) method.
int argument by calling the
Integer.toString(int) method.
long argument by calling the
Long.toString(long) method.
String representation of
the argument Object by invoking its
toString() method, or prints the
String "null" if the argument is
null.
String argument to the
underlying root stream, or the String
"null" if the argument is null.
OutputStream.
boolean argument, followed
by the end of line sequence.
char argument according to the
default encoding scheme, followed by the end of line sequence.
Double.toString(double) method, followed by
the end of line sequence.
Float.toString(float) method, followed
by the end of line sequence.
int argument by calling the
Integer.toString(int) method,
followed by the end of line sequence.
long argument by calling the
Long.toString(long) method,
followed by the end of line sequence.
String representation of
the argument Object by invoking its
toString() method, or prints the
String "null" if the argument is
null, followed by the end of
line sequence.
String argument to the
underlying root stream, or the String
"null" if the argument is null,
followed by the end of line sequence.
ProcessDeathListener is a interface provided by the system
to register a cleanup routine when the process exits.InputStreams.
SystemInputStream should return
data as soon as it is available, and not wait until an
end of line sequence is received.
InputStreams.
NullInputStream.
address.
address.
len bytes from the stream.
OneWireContainer class.
System.out, System.err, and
System.in to Null Streams.
InputStream that this
reads from.
- run() -
Method in class com.dalsemi.tininet.dhcp.DHCPClient
- Starts DHCP thread.
- run() -
Method in class com.dalsemi.shell.server.Session
- Starts the communication loop of the session.
- run() -
Method in class com.dalsemi.shell.server.Server
- Starts the server.
SystemPrintStream.
SystemInputStream.
setSerial(SERIAL_SET_DEBUG_MESSAGE_STATE,port,myBooleanHere);
115200.
PrintStream to echo back characters read by this stream.
setSerial(SERIAL_EX_SET_PORT_ADDRESS,port,portAddressInt);
setSerial(SERIAL_EX_SET_ENABLE,port,yourBooleanHere);
setSerial(SERIAL_EX_SET_SEARCH_ENABLE,port,myBooleanHere);
value to byte array
thisArray starting at offset offset.
value to byte array
thisArray starting at offset offset.
InputStream to use.
setSerial(SERIAL_SET_RTSCTS_FLOW_CONTROL,port,myBooleanHere);
setSerial is used to set serial port options in TINIOS
that can't be set using javax.comm.
setSerial(SERIAL_SET_BOOT_MESSAGE_STATE,port,myBooleanHere);
value to byte array
thisArray starting at offset offset.
SystemPrintStream to protect itself.
InputStream for use as System.in.SystemPrintStream with the
specified underlying root stream and echo stream.
SystemInputStream with the
specified underlying root stream and echo stream.
System.out
and System.err.SystemPrintStream with the specified
underlying root OutputStream.
SystemPrintStream with the specified
underlying root OutputStream.
SystemPrintStream with the specified
underlying root OutputStream.
javax.comm and should not be used by application-level
programs.DatagramSocket
is a faster and memory conserving version
of java.net.DatagramSocket.TINIDatagramSocket and binds
it to any available port on the local host machine.
TINIDatagramSocket and binds
it to the specified port on the local host machine.
TINIDatagramSocket and binds
it to the specified port and the specified address
on the local host machine.
MulticastSocket
is a faster and memory conserving version
of java.net.MulticastSocket.TINIMulticastSocket and binds
it to any available port on the local host machine.
TINIMulticastSocket and binds
it to the specified port on the local host machine.
TININet
This class is used to set up parameters for TINI
networking.TINIOS class contains static methods to read
the state of the running tasks and set system configuration variables.javax.comm.SerialPort and should not be used directly.name.
true to access FIFO type devices.
NullOutputStream.
address.
byte array to the underlying
OutputStream.
NullOutputStream.
address.
OutputStream.
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||