uwcse.location.objects.cricket
Class CricketPacket

java.lang.Object
  |
  +--uwcse.location.objects.cricket.CricketPacket

public class CricketPacket
extends Object

Data encapsulation for a packet from the versus system.


Field Summary
 int beaconID
           
 double distanceInMeters
           
 String senderName
           
 
Constructor Summary
CricketPacket()
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

senderName

public String senderName

beaconID

public int beaconID

distanceInMeters

public double distanceInMeters
Constructor Detail

CricketPacket

public CricketPacket()
Method Detail

toString

public String toString()
Overrides:
toString in class Object


This documentation is for the Location Stack v0.8. The latest distribution, the documentation, and the list of contributors to the Location Stack can always be found at http://portolano.cs.washington.edu/projects/location/

© Copyright 2004 University of Washington CSE