setDeviceStaticIP method

Future<String?> setDeviceStaticIP(
  1. String devSn,
  2. String devMac,
  3. String devEkey,
  4. int keyType,
  5. int staticEnable,
  6. String staticIP,
  7. String gateway,
  8. String mask,
  9. String dns,
)

Implementation

Future<String?> setDeviceStaticIP(String devSn, String devMac, String devEkey, int keyType, int staticEnable, String staticIP, String gateway, String mask, String dns) {
  throw UnimplementedError('setDeviceStaticIP() has not been implemented.');
}