|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MoteRequest | |
lime.motes | |
moteaccess |
Uses of MoteRequest in lime.motes |
Subclasses of MoteRequest in lime.motes | |
class |
LimeMoteRequest
This class is used to call a read on the MoteAccess. |
Uses of MoteRequest in moteaccess |
Fields in moteaccess declared as MoteRequest | |
(package private) MoteRequest |
SwingTOSMoteAccessUI.RequestWrapper.mreq
|
Methods in moteaccess that return MoteRequest | |
MoteRequest |
SwingTOSMoteAccessUI.RequestWrapper.getImmediate()
|
Methods in moteaccess with parameters of type MoteRequest | |
void |
TOSMoteAccessUI.addedRequest(RequestID rid,
MoteRequest req)
Notifies the user that a new request is being sent to the network. |
void |
TOSMoteAccessUI.stoppedRequest(RequestID rid,
MoteRequest req,
java.lang.String reason)
Notifies the user that a running request was stopped. |
void |
TOSMoteAccess.doRead(RequestID rid,
MoteRequest mr_in,
IMoteListener ml)
|
void |
TextTOSMoteAccessUI.addedRequest(RequestID rid,
MoteRequest req)
Notifies the user that a new request is being sent to the network. |
void |
TextTOSMoteAccessUI.stoppedRequest(RequestID rid,
MoteRequest req,
java.lang.String reason)
Notifies the user that a running request was stopped. |
void |
SwingTOSMoteAccessUI.addedRequest(RequestID rid,
MoteRequest req)
Notifies the user that a new request is being sent to the network. |
void |
SwingTOSMoteAccessUI.stoppedRequest(RequestID rid,
MoteRequest req,
java.lang.String reason)
Notifies the user that a running request was stopped. |
void |
IMoteAccess.doRead(RequestID rid,
MoteRequest mr,
IMoteListener ml)
Method by which the MoteAccess layer is requested to start an unconditional read operation. |
void |
DummyMoteAccess.doRead(RequestID r,
MoteRequest mr,
IMoteListener ml)
Roughly simulate the behaviour of a correct doRead of a IMoteAccess. |
Constructors in moteaccess with parameters of type MoteRequest | |
SwingTOSMoteAccessUI.RequestWrapper(RequestID rid,
MoteRequest mr)
|
|
MoteRequest(MoteRequest mr2)
Copy constructor. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |