xcDeviceSystemConfigNotLogin abstract method
设备系统配置操作(不登录) deviceID 设备序列号或IP+Port commandName 配置命令字 configJs 设置的Json数据 configJsLength 设置的Json数据长度 nCmdReq 消息值 nTimeout 超时时间 nSeq 自定义值
Implementation
@async
OriginResponse xcDeviceSystemConfigNotLogin(
String deviceID,
String commandName,
String configJs,
int configJsLength,
int cmdReq,
int timeout,
int seq);