If you just want to access bike sensor data without VZPlayer motion controls or VZController device abstraction, you can call functions directly on the VZPlugin.cs.

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

Then call VZPlugin.ConnectBike(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)

If BikeState.Type > 0, then a VirZOOM wireless dongle has been detected, but BikeState.Connected will only be true when a VirZOOM bike has been turned on and connects to the dongle.

After BikeState.Connected is true you can query other bike state: