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