macaddr property
This is the addr of the radio.
Implementation
@$core.Deprecated('This field is deprecated.')
@$pb.TagNumber(1)
$core.List<$core.int> get macaddr => $_getN(0);
Implementation
@$core.Deprecated('This field is deprecated.')
@$pb.TagNumber(1)
set macaddr($core.List<$core.int> value) => $_setBytes(0, value);