ProvisioningResponse class

Provisioning response

Constructors

ProvisioningResponse(Uint8List bssid, {Uint8List? ipAddress})

Properties

bssid Uint8List
Device BSSID
final
bssidText String
Textual representation of bssid in format aa:bb:cc:dd:ee:ff
no setter
hashCode int
The hash code for this object.
no setteroverride
ipAddress Uint8List?
Device IP address (available only in EspTouchV1 protocol)
getter/setter pair
ipAddressText String?
Textual representation of ipAddress
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

operator ==(Object result) bool
Equality checking by bssid
override

Static Methods

bssidsAreEqual(Uint8List bssid1, Uint8List bssid2) bool