Welcome Guest,Register Now
Log In

ANT Forum

Welcome guest, please Login or Register

   

FIT SDK Source Code files mentioning Exd - Extended Display

Rank

Total Posts: 8

Joined 2020-01-21

PM

I'm trying to interface with the Garmin Varia Vision and am looking for any documentation on these files. Since I'm trying to send screen configuration and data messages, these seem to do what I want. The settings and objects are exactly what I'm looking for, but I can't gain enough insight from them to figure out how to use them, or in what dev environment.

Files in FIT SDK\java\com\garmin\fit

ExdDataConceptConfigurationMesg.java
ExdDataConceptConfigurationMesgListener.java
ExdDataFieldConfigurationMesg.java
ExdDataFieldConfigurationMesgListener.java
ExdDataUnits.java
ExdDescriptors.java
ExdDisplayType.java
ExdLayout.java
ExdQualifiers.java
ExdScreenConfigurationMesg.java
ExdScreenConfigurationMesgListener.java

Is this code meant for android? Or windows with usb adapter? How can I connect to, configure, and update an Extended Display like the Garmin Varia Vision? Is there any documentation on using these objects? Or examples? Help me get started please.