sourcePort property

  1. @TagNumber.new(4)
int get sourcePort

Source port. Only valid when protocol is TCP or UDP.

Implementation

@$pb.TagNumber(4)
$core.int get sourcePort => $_getIZ(3);
  1. @TagNumber.new(4)
set sourcePort (int v)

Implementation

@$pb.TagNumber(4)
set sourcePort($core.int v) {
  $_setSignedInt32(3, v);
}