Preparing search index...
The search index is not available
@openhps/rf
@openhps/rf
BLEEddystoneURLBuilder
Class BLEEddystoneURLBuilder
BLE Eddystone URL builder
Hierarchy (
view full
)
BLEBeaconBuilder
<
BLEEddystoneURL
>
BLEEddystoneURLBuilder
Index
Constructors
constructor
Properties
beacon
Methods
build
calibratedRSSI
display
Name
get
EncodedURL
mac
Address
url
create
from
Beacon
Constructors
Protected
constructor
new BLEEddystoneURLBuilder
(
)
:
BLEEddystoneURLBuilder
Returns
BLEEddystoneURLBuilder
Properties
Protected
beacon
beacon
:
BLEEddystoneURL
Methods
build
build
(
)
:
Promise
<
BLEEddystoneURL
>
Returns
Promise
<
BLEEddystoneURL
>
calibratedRSSI
calibratedRSSI
(
rssi
)
:
this
Parameters
rssi
:
number
Returns
this
display
Name
display
Name
(
name
)
:
this
Parameters
name
:
string
Returns
this
Protected
get
EncodedURL
get
EncodedURL
(
)
:
{
length
:
number
;
url
:
DataView
<
ArrayBufferLike
>
;
}
Returns
{
length
:
number
;
url
:
DataView
<
ArrayBufferLike
>
;
}
length
:
number
url
:
DataView
<
ArrayBufferLike
>
mac
Address
mac
Address
(
address
)
:
this
Parameters
address
:
string
Returns
this
mac
Address
(
address
)
:
this
Parameters
address
:
MACAddress
Returns
this
url
url
(
url
)
:
this
Parameters
url
:
string
Returns
this
Static
create
create
(
)
:
BLEEddystoneURLBuilder
Returns
BLEEddystoneURLBuilder
Static
from
Beacon
from
Beacon
(
beacon
)
:
BLEEddystoneURLBuilder
Parameters
beacon
:
BLEEddystoneURL
Returns
BLEEddystoneURLBuilder
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
constructor
beacon
build
calibratedRSSI
display
Name
get
EncodedURL
mac
Address
url
create
from
Beacon
@openhps/rf
Loading...
BLE Eddystone URL builder