Inheritance diagram for com.navigine.idl.java.internal.BeaconBinding:Public Member Functions | |
| native boolean | isValid () |
| Point | getPoint () |
| beacon's X and Y coordinates in meters as Point (within the sublocation). | |
| int | getLocationId () |
| beacon's location identifier. | |
| int | getSublocationId () |
| beacon's sublocation identifier. | |
| String | getName () |
| beacon's name. | |
| int | getMajor () |
| beacon's major. Values [1-65535] | |
| int | getMinor () |
| beacon's minor. Values [1-65535] | |
| String | getUuid () |
| beacon's uuid. Format [XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX] | |
| Integer | getPower () |
| beacon's power. | |
| TransmitterStatus | getStatus () |
| iBeacon status. TransmitterStatus | |
Definition at line 12 of file BeaconBinding.java.
|
inline |
beacon's location identifier.
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.Beacon.
Definition at line 34 of file BeaconBinding.java.
|
inline |
beacon's major. Values [1-65535]
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.Beacon.
Definition at line 55 of file BeaconBinding.java.
|
inline |
beacon's minor. Values [1-65535]
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.Beacon.
Definition at line 62 of file BeaconBinding.java.
|
inline |
beacon's name.
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.Beacon.
Definition at line 48 of file BeaconBinding.java.
|
inline |
beacon's X and Y coordinates in meters as Point (within the sublocation).
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.Beacon.
Definition at line 27 of file BeaconBinding.java.
|
inline |
beacon's power.
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.Beacon.
Definition at line 76 of file BeaconBinding.java.
|
inline |
iBeacon status. TransmitterStatus
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.Beacon.
Definition at line 83 of file BeaconBinding.java.
|
inline |
beacon's sublocation identifier.
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.Beacon.
Definition at line 41 of file BeaconBinding.java.
|
inline |
beacon's uuid. Format [XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX]
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.Beacon.
Definition at line 69 of file BeaconBinding.java.
| native boolean com.navigine.idl.java.internal.BeaconBinding.isValid | ( | ) |
Tells if this Beacon is valid or not. Any other method (except for this one) called on an invalid Beacon will throw java.lang.RuntimeException.
Reimplemented from com.navigine.idl.java.Beacon.