本文介绍了iBeacon发送器的主要和次要最大值是多少?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
问题:
1)iBeacon发送器的主要和次要最大值是多少?
1) What's the maximum value for major and minor for iBeacon transmitter?
2)我仅使用一个UUID,startRangingBeaconsInRegion可以检测主要值和次要值是否有限制?
2) I'm using only one UUID, is there a limit for startRangingBeaconsInRegion to detect the major and minor value?
推荐答案
Major和Minor均为16位.因此,最大的主要/次要是65535.
Both Major and Minor is 16bits. So the maximum major/minor is 65535.
这篇关于iBeacon发送器的主要和次要最大值是多少?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!