xcStartSendFileToDevice abstract method

  1. @async
OriginResponse xcStartSendFileToDevice(
  1. String deviceID,
  2. String paramJsStr,
  3. String filePath,
  4. int timeout,
  5. int seq,
)

发送文件到设备端 回调码 13010 deviceID 设备序列号 paramJsStr 请求的Json内容 filePath 文件路径 timeout 超时时间

Implementation

@async
OriginResponse xcStartSendFileToDevice(String deviceID, String paramJsStr,
    String filePath, int timeout, int seq);