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 Details

    • getUplinkFormatsList

      List<Integer> 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 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

      
       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;