TbCommandSetWlanIp constructor

TbCommandSetWlanIp({
  1. @required String ipAddress = "",
  2. String maskAddress = "255.255.255.0",
  3. @required String gatewayAddress = "",
})

Implementation

TbCommandSetWlanIp({@required String ipAddress = "", String maskAddress = "255.255.255.0", @required String gatewayAddress = ""}) {
    outCommand = "WLAN IP \"${ipAddress}\",\"${maskAddress}\",\"${gatewayAddress}\"\r\n";
}