minor: adding a public accessor.

This commit is contained in:
Rohit Grover 2015-05-20 12:28:34 +01:00
parent 25bef2bd6e
commit 611f05f577

View file

@ -80,7 +80,7 @@ public:
_activeScanning = activeScanning;
}
public:
/* @Note: The following return durations in units of 0.625 ms */
uint16_t getInterval(void) const {return _interval;}
uint16_t getWindow(void) const {return _window; }