in line

  1. M

    B4R Question how to return ip from in line c

    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 =...
Top