uwcse.location.objects.versus
Class VersusPacket

java.lang.Object
  |
  +--uwcse.location.objects.versus.VersusPacket

public class VersusPacket
extends Object

Data encapsulation for a packet from the versus system.


Field Summary
 boolean badgeBatteryLow
           
 boolean badgeButton1Pressed
           
 boolean badgeButton2Pressed
           
 boolean badgeMotionDetected
           
 long badgeNumber
           
 long collectorNumber
           
 long sensorNumber
           
 char sequenceNumber
           
 long timestamp
           
 
Constructor Summary
VersusPacket()
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

badgeNumber

public long badgeNumber

collectorNumber

public long collectorNumber

sensorNumber

public long sensorNumber

sequenceNumber

public char sequenceNumber

badgeButton1Pressed

public boolean badgeButton1Pressed

badgeButton2Pressed

public boolean badgeButton2Pressed

badgeBatteryLow

public boolean badgeBatteryLow

badgeMotionDetected

public boolean badgeMotionDetected

timestamp

public long timestamp
Constructor Detail

VersusPacket

public VersusPacket()
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