deviceLogin abstract method

  1. @async
OriginResponse deviceLogin(
  1. String deviceID,
  2. int seq
)

登陆设备 deviceID 设备序列号 or ip+port userName 用户名 pwd 密码 seq 自定义值 return code:0

Implementation

@async
OriginResponse deviceLogin(String deviceID, int seq);