Hello,
In the sensor framework I start listening via:
StartDataListening(this,1,1,0)
Then in the callback DataReceived does this mean that aCount is always one? So there is no need to loop through the data?
-Mark.
Hello,
In the sensor framework I start listening via:
StartDataListening(this,1,1,0)
Then in the callback DataReceived does this mean that aCount is always one? So there is no need to loop through the data?
-Mark.
in essense if the desired & max both are set to one, then you should only get one.. Anyway as this is Symbian, you could always experiment and see that practice indeed meets theory.
Yes, I tested that it is one. I just wanted to make sure that it is always one.