|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProtocolNotFoundException | |
---|---|
com.sentilla.net | Sentilla networking libraries for wireless and wired communication. |
com.sentilla.platform.tmote | Sentilla system implementations for the Sentilla Tmote platform. |
Uses of ProtocolNotFoundException in com.sentilla.net |
---|
Methods in com.sentilla.net that throw ProtocolNotFoundException | |
---|---|
static Sender |
SenderDriver.create(Addressable addr,
String name)
Returns a sender for protocol "name". |
static Sender |
SenderDriver.create(String name)
|
static Sender |
SenderDriver.create(String driver,
Addressable addr,
String name)
Returns a sender for protocol "name" and address "addr". |
Uses of ProtocolNotFoundException in com.sentilla.platform.tmote |
---|
Methods in com.sentilla.platform.tmote that throw ProtocolNotFoundException | |
---|---|
Sender |
SenderDriver.newSender(Addressable addr,
String name)
Returns a sender for protocol "name" and address "addr". |
void |
Dispatcher.registerReceiver(Receiver receiver)
Register a new Receiver with the Dispatcher. |
void |
Dispatcher.registerSender(Sender sender)
Register a new Sender with the Dispatcher. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |