macAddress property

  1. @BuiltValueField.new(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).

Implementation

@BuiltValueField(wireName: r'macAddress')
String get macAddress;