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