source property

  1. @TagNumber.new(1)
AttributeContext_Peer get source

The source of a network activity, such as starting a TCP connection. In a multi hop network activity, the source represents the sender of the last hop.

Implementation

@$pb.TagNumber(1)
AttributeContext_Peer get source => $_getN(0);
  1. @TagNumber.new(1)
set source (AttributeContext_Peer v)

Implementation

@$pb.TagNumber(1)
set source(AttributeContext_Peer v) { setField(1, v); }