Package networkTransfer.emulator
Class EmBuoyStatus
java.lang.Object
networkTransfer.emulator.EmBuoyStatus
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprotected longintintprotected booleanintprotected int - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Field Details
- 
unitsSent
protected int unitsSent - 
currentDataTime
protected long currentDataTime - 
socketStatus
protected boolean socketStatus - 
localPort
public int localPort - 
remotePort
public int remotePort - 
totalBytes
public int totalBytes 
 - 
 - 
Constructor Details
- 
EmBuoyStatus
- Parameters:
 buoyId-latLong-
 
 - 
 - 
Method Details
- 
setLatLong
- Parameters:
 latLong- the latLong to set
 - 
getLatLong
- Returns:
 - the latLong
 
 - 
getBuoyId
public int getBuoyId()- Returns:
 - the buoyId
 
 
 -