searchDevices abstract method

  1. @async
OriginResponse searchDevices(
  1. int timeout,
  2. int seq
)

局域网搜索设备 timeout超时时间 seq自定义值 return 结构体,解析之后包装成 json字符串 回调码 13001

Implementation

@async
OriginResponse searchDevices(int timeout, int seq);