urish / web-bluetooth-polyfill

Windows 10 Web Bluetooth Polyfill
76 stars 15 forks source link

ManufacturerData #54

Open felixsyc opened 5 years ago

felixsyc commented 5 years ago

I'm wondering if i want to see the ManufacturerData in the advertising event. I'm new to native and cpp, So I have no idea where to start. What are some ways to implement this features?

I can see that eventArgs->Advertisement, have a pointer to ManufacturerData but when I output it's just: Windows.Foundation.Collections.IVector`1 How will I see the actual bytes data?