Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
M
O
R
S
U
M
MANES_MTU
- Static variable in class org.whispercomm.manes.client.maclib.
ManesInterface
The maximum allowable size in bytes of an outgoing packet.
ManesFrameTooLargeException
- Exception in
org.whispercomm.manes.client.maclib
Thrown to indicate that the supplied packet was larger than
MANES_MTU
.
ManesFrameTooLargeException()
- Constructor for exception org.whispercomm.manes.client.maclib.
ManesFrameTooLargeException
ManesIllegalAppIdException
- Exception in
org.whispercomm.manes.client.maclib
Thrown to indicate that the specified application id was invalid.
ManesIllegalAppIdException()
- Constructor for exception org.whispercomm.manes.client.maclib.
ManesIllegalAppIdException
ManesInterface
- Class in
org.whispercomm.manes.client.maclib
This class represents an interface for sending and receiving one-hop broadcast packets via the MANES ad hoc network emulation system.
ManesInterface(int, Context)
- Constructor for class org.whispercomm.manes.client.maclib.
ManesInterface
Constructs a new
ManesInterface
object to send and receive packets with the specified application id.
ManesService
- Class in
org.whispercomm.manes.client.macentity.network
This is a shared background service that functions as a virtual wireless interface.
ManesService()
- Constructor for class org.whispercomm.manes.client.macentity.network.
ManesService
O
onBind(Intent)
- Method in class org.whispercomm.manes.client.macentity.network.
ManesService
onCreate()
- Method in class org.whispercomm.manes.client.macentity.network.
ManesService
onDestroy()
- Method in class org.whispercomm.manes.client.macentity.network.
ManesService
org.whispercomm.manes.client.maclib
- package org.whispercomm.manes.client.maclib
R
receive(long)
- Method in class org.whispercomm.manes.client.maclib.
ManesInterface
Retrieves an incoming packet, blocking until one is available, up to the specified timeout.
S
send(byte[])
- Method in class org.whispercomm.manes.client.maclib.
ManesInterface
Broadcasts the given packet to this device's one-hop neighborhood.
U
unregister()
- Method in class org.whispercomm.manes.client.maclib.
ManesInterface
Closes the interface, unbinding from
ManesService
.
M
O
R
S
U
Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes