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 Details

    • getDownlinkFormatsList

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

      
       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;