xcDeviceSystemConfigNotLogin abstract method

  1. @async
OriginResponse xcDeviceSystemConfigNotLogin(
  1. String deviceID,
  2. String commandName,
  3. String configJs,
  4. int configJsLength,
  5. int cmdReq,
  6. int timeout,
  7. int seq,
)

设备系统配置操作(不登录) 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);