Mistake on this page?
Report an issue in GitHub or email us
Public Member Functions
EddystoneService Class Reference

Public Member Functions

void setUIDFrameData (int8_t power, UIDNamespaceID_t namespaceID, UIDInstanceID_t instanceID, float uidAdvPeriodIn, uint16_t RFU=0x0000)
 Set Eddystone UID Frame information. More...
 
bool setURLFrameData (int8_t power, const char *urlIn, float urlAdvPeriodIn)
 Set Eddystone URL Frame information. More...
 
bool setURLFrameEncodedData (int8_t power, const char *encodedUrlIn, uint8_t encodedUrlInLength, float urlAdvPeriodIn)
 Set Eddystone URL Frame information. More...
 

Detailed Description

Definition at line 67 of file EddystoneService.h.

Member Function Documentation

void setUIDFrameData ( int8_t  power,
UIDNamespaceID_t  namespaceID,
UIDInstanceID_t  instanceID,
float  uidAdvPeriodIn,
uint16_t  RFU = 0x0000 
)

Set Eddystone UID Frame information.

Parameters
[in]powerTX Power in dB measured at 0 meters from the device. Range of -100 to +20 dB.
[in]namespaceID10B namespace ID
[in]instanceID6B instance ID
[in]uidAdvPeriodInAdvertising period of UID frames.
[in]RFU2B of RFU, initialized to 0x0000 and not broadcast, included for future reference.

Definition at line 109 of file EddystoneService.h.

bool setURLFrameData ( int8_t  power,
const char *  urlIn,
float  urlAdvPeriodIn 
)

Set Eddystone URL Frame information.

Parameters
[in]powerTX Power in dB measured at 0 meters from the device.
[in]urlInURL to encode
[in]urlAdvPeriodInHow long to advertise the URL frame (measured in # of adv periods)
Returns
false on success, true on failure.

Definition at line 181 of file EddystoneService.h.

bool setURLFrameEncodedData ( int8_t  power,
const char *  encodedUrlIn,
uint8_t  encodedUrlInLength,
float  urlAdvPeriodIn 
)

Set Eddystone URL Frame information.

Parameters
[in]powerTX Power in dB measured at 0 meters from the device.
[in]encodedUrlInEncoded URL
[in]encodedUrlInLengthLength of the encoded URL
[in]urlAdvPeriodInHow long to advertise the URL frame (measured in # of adv periods)
Returns
false on success, true on failure.

Definition at line 204 of file EddystoneService.h.

Important Information for this Arm website

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies. If you are not happy with the use of these cookies, please review our Cookie Policy to learn how they can be disabled. By disabling cookies, some features of the site will not work.