Software Archive
Read-only legacy content
17061 Discussions

Mobile SDK: GaugeThreshold

atkulp
Beginner
327 Views
Unless I am missing a big change, I can't see how to use the GaugeThreshold class from C#. The three crucial properties HighThreshold, LowThreshold, and ObservedProperty are simply not present. Boolean properties for NotifyHigh and NotifyLow, and GetObservedProperty are present, but without the above-mentioned three, the class is not useable. Is there a different approach I should be taking? The file version for IntelMobileCLR.dll is 1.2005.3.417.

Thanks!
-Arian
0 Kudos
2 Replies
Intel_Software_Netw1
327 Views
We are forwarding your question to our engineering contacts and will let you know how they respond.
Regards,

Lexi S.

IntelSoftware NetworkSupport

http://www.intel.com/software

Contact us

0 Kudos
atkulp
Beginner
327 Views
[sound of smacking himself in the forehead]

I figured it out. You cannot use the GaugeProperty directly as I was. You need a typed property, such as UintGaugeProperty. Making that change, it now exposes all of the expected methods!

So nevermind on this one...

-Arian
0 Kudos
Reply