public static interface Daemon.PortRangeResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getDispatchedPortEnd()
The highest port in the SCION/UDP dispatched port range.
|
int |
getDispatchedPortStart()
The lowest port in the SCION/UDP dispatched port range.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getDispatchedPortStart()
The lowest port in the SCION/UDP dispatched port range.
uint32 dispatched_port_start = 1;int getDispatchedPortEnd()
The highest port in the SCION/UDP dispatched port range.
uint32 dispatched_port_end = 2;Copyright © 2024. All rights reserved.