destination property

  1. @TagNumber.new(2)
AttributeContext_Peer get destination

The destination of a network activity, such as accepting a TCP connection. In a multi hop network activity, the destination represents the receiver of the last hop.

Implementation

@$pb.TagNumber(2)
AttributeContext_Peer get destination => $_getN(1);
  1. @TagNumber.new(2)
set destination (AttributeContext_Peer value)

Implementation

@$pb.TagNumber(2)
set destination(AttributeContext_Peer value) => $_setField(2, value);