Re: [Interest] Sensor availableDataRates?

2015-04-16 Thread Lorn Potter
Hi, > On 16 Apr 2015, at 8:22 am, Jason H wrote: > > In QML, there is a data rate QList property, which is a typedef for a > QPair > > How in JS can I see this? > I tried a for loop to print availibleDataRates[i], all that gives me is an > object. How can I print these in JS? > I would figure

[Interest] Sensor availableDataRates?

2015-04-15 Thread Jason H
In QML, there is a data rate QList property, which is a typedef for a QPair How in JS can I see this? I tried a for loop to print availibleDataRates[i], all that gives me is an object. How can I print these in JS? I would figure availibleDataRates[i].first, availibleDataRates[i].second? Thanks