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 value)

Implementation

@$pb.TagNumber(1)
set source(AttributeContext_Peer value) => $_setField(1, value);