Interface ReceiverDProto.GetModeSDownlinkFramesRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ReceiverDProto.GetModeSDownlinkFramesRequest
,ReceiverDProto.GetModeSDownlinkFramesRequest.Builder
- Enclosing class:
- ReceiverDProto
public static interface ReceiverDProto.GetModeSDownlinkFramesRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionint
getDownlinkFormats
(int index) Set of downlink formats to be relayed.int
Set of downlink formats to be relayed.Set of downlink formats to be relayed.getSampleEnableRules
(int index) List of rules that describe for which of the decoded frames the samples should be included.int
List of rules that describe for which of the decoded frames the samples should be included.List of rules that describe for which of the decoded frames the samples should be included.getSampleEnableRulesOrBuilder
(int index) List of rules that describe for which of the decoded frames the samples should be included.List of rules that describe for which of the decoded frames the samples should be included.Methods 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
-
getDownlinkFormatsList
Set of downlink formats to be relayed. If e.g. only 1 and 17 are put into this array, only frames with df 1 and 17 will be relayed. It is an error to leave this array empty. It is an error to specify downlink formats > 24.
repeated uint32 downlink_formats = 1;
- Returns:
- A list containing the downlinkFormats.
-
getDownlinkFormatsCount
int getDownlinkFormatsCount()Set of downlink formats to be relayed. If e.g. only 1 and 17 are put into this array, only frames with df 1 and 17 will be relayed. It is an error to leave this array empty. It is an error to specify downlink formats > 24.
repeated uint32 downlink_formats = 1;
- Returns:
- The count of downlinkFormats.
-
getDownlinkFormats
int getDownlinkFormats(int index) Set of downlink formats to be relayed. If e.g. only 1 and 17 are put into this array, only frames with df 1 and 17 will be relayed. It is an error to leave this array empty. It is an error to specify downlink formats > 24.
repeated uint32 downlink_formats = 1;
- Parameters:
index
- The index of the element to return.- Returns:
- The downlinkFormats at the given index.
-
getSampleEnableRulesList
List<ReceiverDProto.GetModeSDownlinkFramesRequest.SampleEnableRule> getSampleEnableRulesList()List of rules that describe for which of the decoded frames the samples should be included.
repeated .serosystems.proto.v3.grx.receiverd.GetModeSDownlinkFramesRequest.SampleEnableRule sample_enable_rules = 2;
-
getSampleEnableRules
List of rules that describe for which of the decoded frames the samples should be included.
repeated .serosystems.proto.v3.grx.receiverd.GetModeSDownlinkFramesRequest.SampleEnableRule sample_enable_rules = 2;
-
getSampleEnableRulesCount
int getSampleEnableRulesCount()List of rules that describe for which of the decoded frames the samples should be included.
repeated .serosystems.proto.v3.grx.receiverd.GetModeSDownlinkFramesRequest.SampleEnableRule sample_enable_rules = 2;
-
getSampleEnableRulesOrBuilderList
List<? extends ReceiverDProto.GetModeSDownlinkFramesRequest.SampleEnableRuleOrBuilder> getSampleEnableRulesOrBuilderList()List of rules that describe for which of the decoded frames the samples should be included.
repeated .serosystems.proto.v3.grx.receiverd.GetModeSDownlinkFramesRequest.SampleEnableRule sample_enable_rules = 2;
-
getSampleEnableRulesOrBuilder
ReceiverDProto.GetModeSDownlinkFramesRequest.SampleEnableRuleOrBuilder getSampleEnableRulesOrBuilder(int index) List of rules that describe for which of the decoded frames the samples should be included.
repeated .serosystems.proto.v3.grx.receiverd.GetModeSDownlinkFramesRequest.SampleEnableRule sample_enable_rules = 2;
-