write abstract method
从当前连接的设备读取数据
mac 设备 mac地址
uuid 读 描述符
data HexString, 发送到设备时转化为 byte[]
会判断 写uuid 是否可用,返回成功或者失败
Implementation
@async
OriginResponse write(String mac, String uuid, String data);
从当前连接的设备读取数据
mac 设备 mac地址
uuid 读 描述符
data HexString, 发送到设备时转化为 byte[]
会判断 写uuid 是否可用,返回成功或者失败
@async
OriginResponse write(String mac, String uuid, String data);