Inheritance diagram for com.navigine.idl.java.internal.WifiBinding:Public Member Functions | |
| native boolean | isValid () |
| Point | getPoint () |
| wifi's X and Y coordinates in meters as Point (within the sublocation). | |
| int | getLocationId () |
| wifi's location identifier. | |
| int | getSublocationId () |
| wifi's sublocation identifier. | |
| String | getName () |
| wifi's name. | |
| String | getMac () |
| wifi's mac. | |
| TransmitterStatus | getStatus () |
| wifi's status. TransmitterStatus | |
Definition at line 12 of file WifiBinding.java.
|
inline |
wifi's location identifier.
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.Wifi.
Definition at line 34 of file WifiBinding.java.
|
inline |
wifi's mac.
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.Wifi.
Definition at line 55 of file WifiBinding.java.
|
inline |
wifi's name.
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.Wifi.
Definition at line 48 of file WifiBinding.java.
|
inline |
wifi's X and Y coordinates in meters as Point (within the sublocation).
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.Wifi.
Definition at line 27 of file WifiBinding.java.
|
inline |
wifi's status. TransmitterStatus
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.Wifi.
Definition at line 62 of file WifiBinding.java.
|
inline |
wifi's sublocation identifier.
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.Wifi.
Definition at line 41 of file WifiBinding.java.
| native boolean com.navigine.idl.java.internal.WifiBinding.isValid | ( | ) |
Tells if this Wifi is valid or not. Any other method (except for this one) called on an invalid Wifi will throw java.lang.RuntimeException.
Reimplemented from com.navigine.idl.java.Wifi.