![]() |
Recieving data from a smart dashboard extension
Hi everybody,
I was just wondering how I could use smart dashboard to get data from a smart dashboard widget. Thanks, Dimitri |
Re: Recieving data from a smart dashboard extension
Driver side; stick this in your widget where you think it's best.
Code:
NetworkTable.getTable("SmartDashboard").putValue("Your key", yourValue);Code:
Object value = SmartDashboard.getValue("Your key"); |
| All times are GMT -5. The time now is 09:14. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi