Interface ReceiverDProto.GetModeSUplinkFramesRequest.SampleEnableRuleOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ReceiverDProto.GetModeSUplinkFramesRequest.SampleEnableRule, ReceiverDProto.GetModeSUplinkFramesRequest.SampleEnableRule.Builder
Enclosing class:
ReceiverDProto.GetModeSUplinkFramesRequest

public static interface ReceiverDProto.GetModeSUplinkFramesRequest.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;
    • getUplinkFormatsList

      List<Integer> getUplinkFormatsList()
      
       Set of uplink formats to be matched.
       If e.g. only 0 and 16 are put into this array, only samples of a
        frame with uplink format 0 and 16 from the specified AA will be
        relayed.
       If this array is empty, this rule is not effective.
       It is an error to specify uplink formats > 24.
       Note also, that all given uplink formats should also be
        specified in the uf_enable array of the GetModeSUplinkFramesRequest,
        otherwise the frame (and thus the samples) won't be relayed at all.
       
      repeated uint32 uplink_formats = 2;
      Returns:
      A list containing the uplinkFormats.
    • getUplinkFormatsCount

      int getUplinkFormatsCount()
      
       Set of uplink formats to be matched.
       If e.g. only 0 and 16 are put into this array, only samples of a
        frame with uplink format 0 and 16 from the specified AA will be
        relayed.
       If this array is empty, this rule is not effective.
       It is an error to specify uplink formats > 24.
       Note also, that all given uplink formats should also be
        specified in the uf_enable array of the GetModeSUplinkFramesRequest,
        otherwise the frame (and thus the samples) won't be relayed at all.
       
      repeated uint32 uplink_formats = 2;
      Returns:
      The count of uplinkFormats.
    • getUplinkFormats

      int getUplinkFormats(int index)
      
       Set of uplink formats to be matched.
       If e.g. only 0 and 16 are put into this array, only samples of a
        frame with uplink format 0 and 16 from the specified AA will be
        relayed.
       If this array is empty, this rule is not effective.
       It is an error to specify uplink formats > 24.
       Note also, that all given uplink formats should also be
        specified in the uf_enable array of the GetModeSUplinkFramesRequest,
        otherwise the frame (and thus the samples) won't be relayed at all.
       
      repeated uint32 uplink_formats = 2;
      Parameters:
      index - The index of the element to return.
      Returns:
      The uplinkFormats at the given index.