I'm creating gateway from c# using those function
[DllImport("gateway.dll", CharSet=CharSet.Ansi, EntryPoint = "Gateway_CreateFromJson", CallingConvention = CallingConvention.Cdecl)]
…
- SDK used when observing the issue: C# Latest release 2016-11-17
- Type of device: IoT core on Raspberry Pi
- OS: IoT Core 10.0.14393.723
I ran the UWP Sample (https://github.com/Azure/azure-iot…