Wifi class abstract

@ingroup navigine_dart_classes @ingroup navigine_dart_location_elements @ingroup navigine_dart_transmitters @brief Class is used for storing WiFi.

Referenced from @see Sublocation "Sublocation".

Implemented types
Implementers

Constructors

Wifi()

Properties

hashCode int
The hash code for this object.
no setterinherited
locationId int
@brief wifi's location identifier.
no setter
mac String
@brief wifi's mac.
no setter
name String
@brief wifi's name.
no setter
point Point
@brief wifi's X and Y coordinates in meters as @see Point "Point" (within the sublocation).
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status TransmitterStatus
@brief wifi's status. @see TransmitterStatus "TransmitterStatus"
no setter
sublocationId int
@brief wifi's sublocation identifier.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited