read abstract method

  1. @async
OriginResponse read(
  1. String mac,
  2. String uuid
)

从当前连接的设备读取数据 mac 设备 mac地址 uuid 读 描述符 会判断 读uuid 是否可用,返回成功或者失败

Implementation

@async
OriginResponse read(String mac, String uuid);