Uses of Interface
com.sentilla.net.Addressable

Packages that use Addressable
com.sentilla.net Sentilla networking libraries for wireless and wired communication. 
com.sentilla.net.mimeo Private: for Sentilla internal use only. 
com.sentilla.net.rpc.procedures Sentilla Remote Procedure Call (RPC) procedure definitions. 
com.sentilla.platform.cmote Sentilla system implementations for the Client applications running on a host. 
 

Uses of Addressable in com.sentilla.net
 

Classes in com.sentilla.net that implement Addressable
 class BroadcastAddress
          Addressable object that represents a broadcast address.
 class Mac64Address
          Address class for the mote MAC address.
 class UnknownAddress
          Default address class used when address is unknown.
 

Fields in com.sentilla.net declared as Addressable
static Addressable Address.BROADCAST
          Static broadcast address object.
static Addressable Address.UNKNOWN
          Static unknown address object.
 

Methods in com.sentilla.net that return Addressable
 Addressable Receiver.getDestAddress()
          Returns the destination address of the last received message.
 Addressable Receiver.getSourceAddress()
          Returns the source address of the last received message.
 

Methods in com.sentilla.net with parameters of type Addressable
static Sender SenderDriver.create(Addressable addr, String name)
          Returns a sender for protocol "name".
static RandomAccessFile RemotePropertyDriver.create(Addressable target, String key, int maxlength)
           
static Sender SenderDriver.create(String driver, Addressable addr, String name)
          Returns a sender for protocol "name" and address "addr".
abstract  RandomAccessFile RemotePropertyDriver.createProperty(Addressable target, String key, int maxlength)
           
abstract  Sender SenderDriver.newSender(Addressable addr, String name)
           
static RandomAccessFile RemotePropertyDriver.open(Addressable target, String key)
           
abstract  RandomAccessFile RemotePropertyDriver.openProperty(Addressable target, String key)
           
static void RemotePropertyDriver.remove(Addressable target, String key)
           
abstract  void RemotePropertyDriver.removeProperty(Addressable target, String key)
           
static void RemotePropertyDriver.reset(Addressable target)
           
abstract  void RemotePropertyDriver.resetProperties(Addressable target)
           
 void Sender.setAddress(Addressable addr)
          Sets the destination address.
 

Uses of Addressable in com.sentilla.net.mimeo
 

Fields in com.sentilla.net.mimeo declared as Addressable
 Addressable MimeoDataMessage.address
           
 

Uses of Addressable in com.sentilla.net.rpc.procedures
 

Fields in com.sentilla.net.rpc.procedures declared as Addressable
 Addressable RemoteSetProperty.Result.addr
           
 Addressable RemoteGetPropertyKeys.MoteKeyList.addr
           
 Addressable RemoteGetProperty.Result.addr
           
 

Uses of Addressable in com.sentilla.platform.cmote
 

Fields in com.sentilla.platform.cmote declared as Addressable
 Addressable Sender.address
          This field is NOT automatically nulled when this object is done sending.
 Addressable Receiver.destAddress
           
 Addressable Receiver.sourceAddress
           
 

Methods in com.sentilla.platform.cmote that return Addressable
 Addressable Receiver.getDestAddress()
          Returns the destination address of the last received message.
 Addressable Receiver.getSourceAddress()
          Returns the source address of the last received message.
 

Methods in com.sentilla.platform.cmote with parameters of type Addressable
 RandomAccessFile RemotePropertyDriver.createProperty(Addressable target, String key, int maxlength)
          Creates (and opens) remote property.
 Sender SenderDriver.newSender(Addressable addr, String name)
          Returns a sender for protocol "name" and address "addr".
 RandomAccessFile RemotePropertyDriver.openProperty(Addressable target, String key)
          Opens a remote property if it exists.
 void RemotePropertyDriver.removeProperty(Addressable target, String key)
          Removes a specific remote property (not currently supported).
 void RemotePropertyDriver.resetProperties(Addressable target)
          Removes all user keys and restores all system keys to default values.
abstract  void Sender.setAddress(Addressable addr)
          Sets the destination address.
 void MimeoDisseminationProtocol.MimeoSender.setAddress(Addressable addr)
           
 void ClientRadioProtocol.Sender.setAddress(Addressable addr)
           
 void ByteSender.setAddress(Addressable addr)
           
 

Constructors in com.sentilla.platform.cmote with parameters of type Addressable
RemoteRandomAccessFile(Addressable target, String key)
           
RemoteRandomAccessFile(Addressable target, String key, int maxlength)
           
 



Copyright © 2007 Sentilla Corporation. All Rights Reserved.