Interface Powersensor.GetVoltageResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
Powersensor.GetVoltageResponse, Powersensor.GetVoltageResponse.Builder
Enclosing class:
Powersensor

public static interface Powersensor.GetVoltageResponseOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Bool describing whether the voltage is DC or AC
    double
    Voltage in volts

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getVolts

      double getVolts()
       Voltage in volts
       
      double volts = 1 [json_name = "volts"];
      Returns:
      The volts.
    • getIsAc

      boolean getIsAc()
       Bool describing whether the voltage is DC or AC
       
      bool is_ac = 2 [json_name = "isAc"];
      Returns:
      The isAc.