All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.zepben.protobuf.cim.iec61970.base.meas.ControlOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.32.0-SNAPSHOT2
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: zepben/protobuf/cim/iec61970/base/meas/Control.proto

package com.zepben.protobuf.cim.iec61970.base.meas;

public interface ControlOrBuilder extends
    // @@protoc_insertion_point(interface_extends:zepben.protobuf.cim.iec61970.base.meas.Control)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   **
   * IoPoint fields for this Control
   * 
* * .zepben.protobuf.cim.iec61970.base.meas.IoPoint ip = 1; * @return Whether the ip field is set. */ boolean hasIp(); /** *
   **
   * IoPoint fields for this Control
   * 
* * .zepben.protobuf.cim.iec61970.base.meas.IoPoint ip = 1; * @return The ip. */ com.zepben.protobuf.cim.iec61970.base.meas.IoPoint getIp(); /** *
   **
   * IoPoint fields for this Control
   * 
* * .zepben.protobuf.cim.iec61970.base.meas.IoPoint ip = 1; */ com.zepben.protobuf.cim.iec61970.base.meas.IoPointOrBuilder getIpOrBuilder(); /** *
   **
   * Regulating device governed by this control output.
   * 
* * string powerSystemResourceMRID = 3; * @return The powerSystemResourceMRID. */ java.lang.String getPowerSystemResourceMRID(); /** *
   **
   * Regulating device governed by this control output.
   * 
* * string powerSystemResourceMRID = 3; * @return The bytes for powerSystemResourceMRID. */ com.google.protobuf.ByteString getPowerSystemResourceMRIDBytes(); /** *
   **
   * The remote point controlling the physical actuator.
   * The presence of a remoteControl indicates that the actuator is remotely controllable (i.e: remoteControlled = True)
   * 
* * string remoteControlMRID = 4; * @return The remoteControlMRID. */ java.lang.String getRemoteControlMRID(); /** *
   **
   * The remote point controlling the physical actuator.
   * The presence of a remoteControl indicates that the actuator is remotely controllable (i.e: remoteControlled = True)
   * 
* * string remoteControlMRID = 4; * @return The bytes for remoteControlMRID. */ com.google.protobuf.ByteString getRemoteControlMRIDBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy