macaddr property

  1. @Deprecated('This field is deprecated.')
  2. @TagNumber(4)
List<int> get macaddr

Deprecated in Meshtastic 2.1.x This is the addr of the radio. Not populated by the phone, but added by the esp32 when broadcasting

Implementation

@$core.Deprecated('This field is deprecated.')
@$pb.TagNumber(4)
$core.List<$core.int> get macaddr => $_getN(3);
  1. @Deprecated('This field is deprecated.')
  2. @TagNumber(4)
set macaddr (List<int> value)

Implementation

@$core.Deprecated('This field is deprecated.')
@$pb.TagNumber(4)
set macaddr($core.List<$core.int> value) => $_setBytes(3, value);