protocol property
IP protocol in string format, for example: "TCP", "UDP", "ICMP".
Implementation
@$pb.TagNumber(3)
$core.String get protocol => $_getSZ(2);
Implementation
@$pb.TagNumber(3)
set protocol($core.String v) {
$_setString(2, v);
}
IP protocol in string format, for example: "TCP", "UDP", "ICMP".
@$pb.TagNumber(3)
$core.String get protocol => $_getSZ(2);
@$pb.TagNumber(3)
set protocol($core.String v) {
$_setString(2, v);
}