static ip

  1. Chris160179

    B4R Question Set an dynamicaly IP address as static IP with Inline C# for ESP8266

    Hello everybody, i would like to pass an IP address direct to the Inline C# "Void SetIP Sub" Is there a way? This code works. RunNative( "SetIP" , Null ) #if C void SetIP(B4R::Object* o) { IPAddress ip(192, 168, 10, 101); IPAddress gateway(192, 168, 1, 1); IPAddress subnet(255...
Top