ConnectionAP constructor
ConnectionAP({
- String? id,
- ConnectionAPBand? band,
- String? macAddress,
- ConnectionAPSecurity? security,
- num? channel,
- bool? autoconnect,
- num? autoconnectRetries,
- num? authRetries,
Returns a new ConnectionAP instance.
Implementation
ConnectionAP({
this.id,
this.band,
this.macAddress,
this.security,
this.channel,
this.autoconnect,
this.autoconnectRetries,
this.authRetries,
});