dest property
The address of the destination node. This field is is filled in by the mesh radio device software, application layer software should never need it. RouteDiscovery messages must populate this. Other message types might need to if they are doing multihop routing.
Implementation
@$pb.TagNumber(4)
$core.int get dest => $_getIZ(3);
Implementation
@$pb.TagNumber(4)
set dest($core.int value) => $_setUnsignedInt32(3, value);