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