source property

  1. @TagNumber(5)
int get source

The address of the original sender for this message. This field should only be populated for reliable multihop packets (to keep packets small).

Implementation

@$pb.TagNumber(5)
$core.int get source => $_getIZ(4);
  1. @TagNumber(5)
set source (int value)

Implementation

@$pb.TagNumber(5)
set source($core.int value) => $_setUnsignedInt32(4, value);