Interface ReceiverDProto.AntennaStatusOrBuilder

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

public static interface ReceiverDProto.AntennaStatusOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Whether power supply of the antenna can be enabled/disabled.
    Unique identification of the antenna.
    com.google.protobuf.ByteString
    Unique identification of the antenna.
    Human-readable label describing the antenna.
    com.google.protobuf.ByteString
    Human-readable label describing the antenna.
    boolean
    Whether power supply should be enabled.
    Power fault.
    int
    Power fault.

    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

    • getId

      String getId()
       Unique identification of the antenna. 
       
      string id = 1;
      Returns:
      The id.
    • getIdBytes

      com.google.protobuf.ByteString getIdBytes()
       Unique identification of the antenna. 
       
      string id = 1;
      Returns:
      The bytes for id.
    • getLabel

      String getLabel()
       Human-readable label describing the antenna. 
       
      string label = 2;
      Returns:
      The label.
    • getLabelBytes

      com.google.protobuf.ByteString getLabelBytes()
       Human-readable label describing the antenna. 
       
      string label = 2;
      Returns:
      The bytes for label.
    • getHasSupplyEnable

      boolean getHasSupplyEnable()
       Whether power supply of the antenna can be enabled/disabled. 
       
      bool has_supply_enable = 3;
      Returns:
      The hasSupplyEnable.
    • getSupplyEnable

      boolean getSupplyEnable()
       Whether power supply should be enabled. 
       
      bool supply_enable = 4;
      Returns:
      The supplyEnable.
    • getSupplyFaultValue

      int getSupplyFaultValue()
       Power fault. Note: power faults can only be detected if
       power_supply_enabled is true.
       
      .serosystems.proto.v3.grx.receiverd.AntennaStatus.SupplyFault supply_fault = 5;
      Returns:
      The enum numeric value on the wire for supplyFault.
    • getSupplyFault

       Power fault. Note: power faults can only be detected if
       power_supply_enabled is true.
       
      .serosystems.proto.v3.grx.receiverd.AntennaStatus.SupplyFault supply_fault = 5;
      Returns:
      The supplyFault.