I'm trying to add custom functionality to the main.c file in openThread's cli example. I need to use udp related functions, but the otUdpOpen function requires this pointer.
So is there an OpenThread UDP interface that can be called in C? Or may be I can pass in other pointer?