Package org.sensorhub.api.comm
Class DeviceScanEvent
java.lang.Object
org.sensorhub.api.event.Event
org.sensorhub.api.comm.DeviceScanEvent
Event sent when a device is found as a result of scanning a network or bus
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class org.sensorhub.api.event.Event
getSource, getTimeStamp, toString 
- 
Field Details
- 
device
 
 - 
 - 
Constructor Details
- 
DeviceScanEvent
public DeviceScanEvent() 
 - 
 - 
Method Details
- 
getSourceID
Description copied from class:EventGets the ID of the source of event.- Specified by:
 getSourceIDin classEvent- Returns:
 - ID of the event source
 
 
 -