Interface ReceiverDProto.GetModeSDownlinkFramesRequest.SampleEnableRuleOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ReceiverDProto.GetModeSDownlinkFramesRequest.SampleEnableRule
,ReceiverDProto.GetModeSDownlinkFramesRequest.SampleEnableRule.Builder
- Enclosing class:
- ReceiverDProto.GetModeSDownlinkFramesRequest
public static interface ReceiverDProto.GetModeSDownlinkFramesRequest.SampleEnableRuleOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionQualified address to be matchedQualified address to be matchedint
getDownlinkFormats
(int index) Set of downlink formats to be matched.int
Set of downlink formats to be matched.Set of downlink formats to be matched.boolean
Qualified address to be matchedMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasAddress
boolean hasAddress()Qualified address to be matched
.serosystems.proto.v3.grx.receiverd.QualifiedAddressModeS address = 1;
- Returns:
- Whether the address field is set.
-
getAddress
ReceiverDProto.QualifiedAddressModeS getAddress()Qualified address to be matched
.serosystems.proto.v3.grx.receiverd.QualifiedAddressModeS address = 1;
- Returns:
- The address.
-
getAddressOrBuilder
ReceiverDProto.QualifiedAddressModeSOrBuilder getAddressOrBuilder()Qualified address to be matched
.serosystems.proto.v3.grx.receiverd.QualifiedAddressModeS address = 1;
-
getDownlinkFormatsList
Set of downlink formats to be matched. If e.g. only 1 and 17 are put into this array, only samples of a frame with downlink format 1 and 17 from the specified AA will be relayed. If this array is empty, this rule is not effective. It is an error to specify downlink formats > 24. Note also, that all given downlink formats should also be specified in the df_enable array of the GetModeSDownlinkFramesRequest, otherwise the frame (and thus the samples) won't be relayed at all.
repeated uint32 downlink_formats = 2;
- Returns:
- A list containing the downlinkFormats.
-
getDownlinkFormatsCount
int getDownlinkFormatsCount()Set of downlink formats to be matched. If e.g. only 1 and 17 are put into this array, only samples of a frame with downlink format 1 and 17 from the specified AA will be relayed. If this array is empty, this rule is not effective. It is an error to specify downlink formats > 24. Note also, that all given downlink formats should also be specified in the df_enable array of the GetModeSDownlinkFramesRequest, otherwise the frame (and thus the samples) won't be relayed at all.
repeated uint32 downlink_formats = 2;
- Returns:
- The count of downlinkFormats.
-
getDownlinkFormats
int getDownlinkFormats(int index) Set of downlink formats to be matched. If e.g. only 1 and 17 are put into this array, only samples of a frame with downlink format 1 and 17 from the specified AA will be relayed. If this array is empty, this rule is not effective. It is an error to specify downlink formats > 24. Note also, that all given downlink formats should also be specified in the df_enable array of the GetModeSDownlinkFramesRequest, otherwise the frame (and thus the samples) won't be relayed at all.
repeated uint32 downlink_formats = 2;
- Parameters:
index
- The index of the element to return.- Returns:
- The downlinkFormats at the given index.
-