Commands
Properties | Usage | Example |
---|---|---|
innowifi1.IP | Input remote IP | innowifi1.IP = "127.0.0.1" |
innowifi1.Port | Input port number (1 to 65535) default is 8726 | innowifi1.Port = 120 |
innowifi1.Open() | Open the connection | innowifi1.Open() |
innowifi1.Close() | Close the connection | innowifi1.Close() |
innowifi1.Out | Input data to send | innowifi1.Out = "Hello!" |
innowifi1.Send() | Send the data | innowifi1.Send() |
innowifi1.InputStr | Read the data received | String R = innowifi1.InputStr |
innowifi1.StatusCode | Read the WiFi connection status 0 = connection closed 1 = connected 3 = error connection | int Status = innowifi1.StatusCode |
innowifi1.Delay | Delay(ms) (e.g. 1000 = 1 second) | innowifi1.Delay(1000) |
innowifi1.Visible | Set visible property of the Control true = visible false = hidden | innowifi1.Visible = true innowifi1.Visible = false |
Download INNO WiFi .net Control
Version : V3.0 (updated on 24 Feb. 2021)