destination property

  1. @TagNumber(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(2)
set destination (AttributeContext_Peer v)

Implementation

@$pb.TagNumber(2)
set destination(AttributeContext_Peer v) { setField(2, v); }