如何在单个区域中添加多个信标? [英] How to add more than one beacon in a single region?

查看:121
本文介绍了如何在单个区域中添加多个信标?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

根据 Estimote


在单个区域中可以包含多少个信标几乎没有限制(从技术上讲,超过40亿)。

There is almost no limit to how many beacons can be included in a single region (technically, it’s over 4 billion).

我们如何在一个区域中添加多个信标进行监视?

How do we add more than one beacon in one single region for monitoring?

我们创建这样的区域:

UUID ESTIMOTE_PROXIMITY_UUID = UUID.fromString("B9407F30-F5F8-4568-AFF9-25556B57FE6D");
Region ALL_ESTIMOTE_BEACONS = new Region("regionId", ESTIMOTE_PROXIMITY_UUID, null, null);


推荐答案

来自一位Estimote社区经理


如果某个地区由UUID或UUID + Major定义,则包含与此UUID(或UUID + Major)的每个信标

If a region is defined by UUID or UUID + Major, then every beacons with this UUID (or UUID + Major) is included

两个具有相同 UUID Major 的信标,如果我创建了 Region 然后应该发现属于该 Region 的所有信标。

Which means if i have two beacons with same UUID and Major and if i created Region then all the beacons belongs to that Region should be discovered.

UUID ESTIMOTE_PROXIMITY_UUID = UUID.fromString("B9407F30-F5F8-466E-AFF9-25556B57FE6D");
Region ALL_ESTIMOTE_BEACONS = new Region("regionId", major, null, null); 

这篇关于如何在单个区域中添加多个信标?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆