Hello Team,
I'm thinking about a problem.For example:
I can use hardware control this HorizontalSlider and change this value.


This is the HorizontalSlider.CurrentValue,and i want to get the value externally.What should i do?
My purpose: My hardware cpu can also receive this corresponding value when I change value embedded wizard ui.
for example : in my project:
//it can printf
printf("value = %d\r\n",value);
Best regards ,
Tonny