herald
2.0.0
|
Generic abstraction of a particular local proximate device type. More...
#include <device.h>
Public Member Functions | |
virtual TimeInterval | timeIntervalSinceLastUpdate () const =0 |
virtual const TargetIdentifier & | identifier () const =0 |
virtual void | identifier (const TargetIdentifier &toCopyFrom)=0 |
Generic abstraction of a particular local proximate device type.
Could be a Bluetooth Low Energy device (BLEDevice) or some other technology.
Only implemented in final version to allow TimeInterval and other potentially platform specific implementation details to be overridden.