Home→Forums→MonoBrick Communication Library→Monobrick on Android→Reply To: Monobrick on Android
January 17, 2014 at 13:14
#3852
Marcin Krzewski
Participant
Hi Anders
I did as you said and I’m getting an error in the line var device = MonoBrick.Bluetooth<MonoBrick.EV3.Command, MonoBrick.EV3.Reply>.GetBondDevice("youDeviceName");
saying 'MonoBrick.Bluetooth<MonoBrick.EV3.Command,MonoBrick.EV3.Reply>' does not contain a definition for 'GetBondDevice' D:\Projekty\EV3\Kama2\Kama2\Activity1.cs
I copied the bluetooth class from the test project. Do you know the solution to that? How should the definition of the GetBondDevice method look like?
Marcin
Follow