Loading...
Searching...
No Matches

Class is used for storing iBeacon. More...

Inherits Finalizable.

Public Attributes

Point get point
 beacon's X and Y coordinates in meters as Point (within the sublocation).
 
int get locationId
 beacon's location identifier.
 
int get sublocationId
 beacon's sublocation identifier.
 
String get name
 beacon's name.
 
int get major
 beacon's major. Values [1-65535]
 
int get minor
 beacon's minor. Values [1-65535]
 
String get uuid
 beacon's uuid. Format [XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX]
 
int get power
 beacon's power.
 
TransmitterStatus get status
 iBeacon status. TransmitterStatus
 

Detailed Description

Class is used for storing iBeacon.

Referenced from Sublocation.

Definition at line 22 of file beacon.dart.

Member Data Documentation

◆ locationId

int get Beacon.locationId

beacon's location identifier.

Definition at line 32 of file beacon.dart.

◆ major

int get Beacon.major

beacon's major. Values [1-65535]

Definition at line 44 of file beacon.dart.

◆ minor

int get Beacon.minor

beacon's minor. Values [1-65535]

Definition at line 48 of file beacon.dart.

◆ name

String get Beacon.name

beacon's name.

Definition at line 40 of file beacon.dart.

◆ point

Point get Beacon.point

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

Definition at line 28 of file beacon.dart.

◆ power

int get Beacon.power

beacon's power.

iBeacon power. If exsists.

Definition at line 57 of file beacon.dart.

◆ status

TransmitterStatus get Beacon.status

iBeacon status. TransmitterStatus

Definition at line 61 of file beacon.dart.

◆ sublocationId

int get Beacon.sublocationId

beacon's sublocation identifier.

Definition at line 36 of file beacon.dart.

◆ uuid

String get Beacon.uuid

beacon's uuid. Format [XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX]

Definition at line 52 of file beacon.dart.


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