ProvisioningRequest class

Provisioning request

Constructors

ProvisioningRequest({required Int8List ssid, required Int8List bssid, Int8List? password, Int8List? reservedData, Int8List? encryptionKey})
ProvisioningRequest.fromStrings({required String ssid, String bssid = '00:00:00:00:00:00', String? password, String? reservedData, String? encryptionKey})
Create request from string values
factory

Properties

bssid Int8List
BSSID (fixed 6 bytes)
final
encryptionKey Int8List?
Encryption key for EspTouchV2 (null or fixed length of 16 bytes)
final
hashCode int
The hash code for this object.
no setterinherited
password Int8List?
Password (max length: 64 bytes). Not required if WiFi network is Public (not protected)
final
reservedData Int8List?
Reserved data for EspTouchV2 (max length: 127 bytes)
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
ssid Int8List
SSID (max length: 32 bytes)
final

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

Static Properties

bssidLength int
final
encryptionKeyLength int
final
passwordLengthMax int
final
passwordLengthMin int
final
reservedDataLengthMax int
final
ssidLengthMax int
final