source property
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);
Implementation
@$pb.TagNumber(1)
set source(AttributeContext_Peer v) { setField(1, v); }