|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Action | |
---|---|
com.sentilla.net | Sentilla networking libraries for wireless and wired communication. |
com.sentilla.net.rpc | Sentilla Remote Procedure Call (RPC) libraries and mechanisms. |
com.sentilla.platform.cmote | Sentilla system implementations for the Client applications running on a host. |
com.sentilla.system | Sentilla core system classes. |
Uses of Action in com.sentilla.net |
---|
Subinterfaces of Action in com.sentilla.net | |
---|---|
interface |
ByteMessage
A base class for ByteSender and ByteReceiver. |
interface |
ByteReceiver
Receives a message from the radio into a byte buffer. |
interface |
ByteSender
Sends a message through the radio. |
interface |
Receiver
Provides methods to receive messages from the mote communications interfaces. |
interface |
Sender
Provides interfaces for sending objects with the radio and the UART. |
Uses of Action in com.sentilla.net.rpc |
---|
Classes in com.sentilla.net.rpc that implement Action | |
---|---|
class |
RemoteInvoker
RemoteInvoker manages an RPC transaction between a caller and callee(s). |
Methods in com.sentilla.net.rpc that return Action | |
---|---|
Action |
RemoteInvoker.block()
|
Action |
RemoteInvoker.block(int timeoutMilli)
|
Action |
RemoteInvoker.cancel()
|
Action |
RemoteInvoker.submit()
|
Uses of Action in com.sentilla.platform.cmote |
---|
Classes in com.sentilla.platform.cmote that implement Action | |
---|---|
class |
ByteReceiver
|
class |
ByteSender
|
static class |
ClientRadioProtocol.Receiver
Provides receiver class for the client to receive from the host server. |
static class |
ClientRadioProtocol.Sender
Provides sender class for the simulated radio. |
class |
DispatcherAction
Provides the Action implementations for Sender and Receiver . |
static class |
MimeoDisseminationProtocol.MimeoReceiver
Receiver implementation for the MimeoDisseminationProtocol. |
static class |
MimeoDisseminationProtocol.MimeoSender
Sender implementation for the MimeoDisseminationProtocol. |
class |
Receiver
Provides methods to receive messages from the mote communications interfaces. |
class |
Sender
Provides interfaces for sending objects with the radio and the UART. |
Methods in com.sentilla.platform.cmote that return Action | |
---|---|
Action |
DispatcherAction.block()
Blocks until an interrupt is received. |
Action |
ByteSender.block()
|
Action |
ByteReceiver.block()
|
Action |
DispatcherAction.block(int timeoutMilli)
Block for "timeoutMilli" milliseconds. |
Action |
ByteSender.block(int timeoutMilli)
|
Action |
ByteReceiver.block(int timeoutMilli)
|
Action |
DispatcherAction.cancel()
Cancels the current action (unsupported). |
Action |
ByteSender.cancel()
|
Action |
ByteReceiver.cancel()
|
Action |
DispatcherAction.submit()
Submits this for processing, returns true if succeeded. |
Action |
ClientRadioProtocol.Sender.submit()
|
Action |
ByteSender.submit()
|
Action |
ByteReceiver.submit()
|
Uses of Action in com.sentilla.system |
---|
Subinterfaces of Action in com.sentilla.system | |
---|---|
interface |
Button
A Button detects press and release events. |
interface |
Cpu
Creates an action of cpu reset. |
interface |
DigitalPin
An object representation of a digital input/output pin on a microprocessor. |
interface |
InterruptPin
An object representation for interrupt functionality present on microcontroller input/output devices. |
interface |
Leds
Set, turn on, turn off, and toggle the platform's LEDs. |
interface |
Sensor<Q extends Quantity>
Reads a single value from a sensor. |
Methods in com.sentilla.system that return Action | |
---|---|
Action |
Action.block()
Block an indefinite amount of time until this Action is no longer pending. |
Action |
Action.block(int timeoutMilli)
Block a defined amount of time or until the Action is no longer pending. |
Action |
Action.cancel()
Cancel this Action if PENDING. |
Action |
Action.submit()
Submit this Action for processing by the action engine. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |