how can i return IPAddress from in line c.
this is my code.not work
Sub Process_Globals
Dim ip() As Byte
End Sub
Sub get_ip (name() As Byte)
ip=RunNative("getip", name)
End Sub
#If c
#include <ESPmDNS.h>
void getip(B4R::Object* o)
{
B4R::Array* b =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.