Loading...
Searching...
No Matches

Class is used for storing Eddystone. More...

Inherits Finalizable.

Public Attributes

Point get point
 eddystone's X and Y coordinates in meters as Point (within the sublocation).
 
int get locationId
 eddystone's location identifier.
 
int get sublocationId
 eddystone's sublocation identifier.
 
String get name
 eddystone's name.
 
String get namespaceId
 eddystone's namespaceId.
 
String get instanceId
 eddystone's instanceId.
 
int get power
 eddystone's power.
 
TransmitterStatus get status
 eddystone status. TransmitterStatus
 

Detailed Description

Class is used for storing Eddystone.

Referenced from Sublocation.

Definition at line 22 of file eddystone.dart.

Member Data Documentation

◆ instanceId

String get Eddystone.instanceId

eddystone's instanceId.

Definition at line 48 of file eddystone.dart.

◆ locationId

int get Eddystone.locationId

eddystone's location identifier.

Definition at line 32 of file eddystone.dart.

◆ name

String get Eddystone.name

eddystone's name.

Definition at line 40 of file eddystone.dart.

◆ namespaceId

String get Eddystone.namespaceId

eddystone's namespaceId.

Definition at line 44 of file eddystone.dart.

◆ point

Point get Eddystone.point

eddystone's X and Y coordinates in meters as Point (within the sublocation).

Definition at line 28 of file eddystone.dart.

◆ power

int get Eddystone.power

eddystone's power.

Definition at line 52 of file eddystone.dart.

◆ status

TransmitterStatus get Eddystone.status

eddystone status. TransmitterStatus

Definition at line 56 of file eddystone.dart.

◆ sublocationId

int get Eddystone.sublocationId

eddystone's sublocation identifier.

Definition at line 36 of file eddystone.dart.


The documentation for this class was generated from the following file: