macAddress property
The MAC address of the WiFi node. It's typically called a BSS, BSSID or MAC address. Separators must be :
(colon).
Implementation
@BuiltValueField(wireName: r'macAddress')
String? get macAddress;
The MAC address of the WiFi node. It's typically called a BSS, BSSID or MAC address. Separators must be :
(colon).
@BuiltValueField(wireName: r'macAddress')
String? get macAddress;