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

       Qualified address to be matched 
       
      .serosystems.proto.v3.grx.receiverd.QualifiedAddressModeS address = 1;
      Returns:
      The address.
    • getAddressOrBuilder

       Qualified address to be matched 
       
      .serosystems.proto.v3.grx.receiverd.QualifiedAddressModeS address = 1;
    • getDownlinkFormatsList

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