Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

First call VZPlugin.Init() to initialize the plugin.

Then call VZPlugin.ConnenctBikeConnectBike(ref BikeState) to try connecting to a VirZOOM bike. BikeState.Type will indicate if there is no bike (< 0) or VZ bike (= 1) or VZ sensor (= 2)

...