xcStartSendFileToDevice abstract method
发送文件到设备端
回调码 13010
deviceID 设备序列号
paramJsStr 请求的Json内容
filePath 文件路径
timeout 超时时间
Implementation
@async
OriginResponse xcStartSendFileToDevice(String deviceID, String paramJsStr,
String filePath, int timeout, int seq);