TerminalConnectivityWifi class abstract

TerminalConnectivityWifi

Properties:

  • ipAddress - The terminal's IP address in the Wi-Fi network.
  • macAddress - The terminal's MAC address in the Wi-Fi network.
  • ssid - The SSID of the Wi-Fi network that the terminal is connected to.
Annotations
  • @BuiltValue.new()

Constructors

TerminalConnectivityWifi([void updates(TerminalConnectivityWifiBuilder b)])
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
ipAddress String?
The terminal's IP address in the Wi-Fi network.
no setter
macAddress String?
The terminal's MAC address in the Wi-Fi network.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
ssid String?
The SSID of the Wi-Fi network that the terminal is connected to.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(TerminalConnectivityWifiBuilder)) TerminalConnectivityWifi
Rebuilds the instance.
inherited
toBuilder() TerminalConnectivityWifiBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

serializer → Serializer<TerminalConnectivityWifi>
no setter