Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
A
C
G
I
R
S
U
A
accept()
- Method in class hp.infrared.
IrServerSocket
Listens for a connection to be made to this socket and accepts it.
C
close()
- Method in class hp.infrared.
IrServerSocket
Closes this socket.
close()
- Method in class hp.infrared.
IrSocket
Closes this socket.
close()
- Method in class hp.infrared.
UltraSocket
Closes this ultra socket.
G
getData()
- Method in class hp.infrared.
UltraPacket
Returns the data to be sent or that was received.
getInputStream()
- Method in class hp.infrared.
IrSocket
Returns an input stream for this socket.
getLength()
- Method in class hp.infrared.
UltraPacket
Returns the length of the data to be sent or that was received.
getOutputStream()
- Method in class hp.infrared.
IrSocket
Returns an output stream for this socket.
I
IrServerSocket
- class hp.infrared.
IrServerSocket
.
This class implements a server socket over Infrared medium.
IrServerSocket(int)
- Constructor for class hp.infrared.
IrServerSocket
Creates an infrared server socket on a specified port.
IrServerSocket(int, int)
- Constructor for class hp.infrared.
IrServerSocket
Creates an infrared server socket on a specified port with the specified backlog.
IrServerSocket(String)
- Constructor for class hp.infrared.
IrServerSocket
Creates an infrared server socket attached to the specified servicename.
IrServerSocket(String, int)
- Constructor for class hp.infrared.
IrServerSocket
Creates an infrared server socket attached to the specified servicename and the specified backlog.
IrSocket
- class hp.infrared.
IrSocket
.
This class implements client sockets over Infrared medium
IrSocket()
- Constructor for class hp.infrared.
IrSocket
Creates an unconnected socket.
IrSocket(String, int)
- Constructor for class hp.infrared.
IrSocket
Creates a socket and connects it to the specified port number on the infrared device with the specified nickname.
IrSocket(String, String)
- Constructor for class hp.infrared.
IrSocket
Creates a socket and connects it to the specified service on the infrared device with the specified nickname.
R
receive(UltraPacket)
- Method in class hp.infrared.
UltraSocket
Receives an ultra packet from this socket.
S
send(UltraPacket)
- Method in class hp.infrared.
UltraSocket
Sends an ultra packet from this socket.
setData(byte[])
- Method in class hp.infrared.
UltraPacket
Sets the data
setLength(int)
- Method in class hp.infrared.
UltraPacket
Sets the length
U
UltraPacket
- class hp.infrared.
UltraPacket
.
This class implements an ultra packet which is broadcast in a connectionless manner using the ultra protocol.
UltraPacket(byte[], int)
- Constructor for class hp.infrared.
UltraPacket
Constructs an ultra packet for holding packets of length ilength.
UltraSocket
- class hp.infrared.
UltraSocket
.
This class implements a connectionless broadcast socket using Ultra protocol.
UltraSocket(int)
- Constructor for class hp.infrared.
UltraSocket
Constructs an ultra socket with the specified protocol id
A
C
G
I
R
S
U
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES