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

com.zepben.protobuf.cim.iec61970.base.scada.RemoteControlOrBuilder 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/scada/RemoteControl.proto

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

public interface RemoteControlOrBuilder extends
    // @@protoc_insertion_point(interface_extends:zepben.protobuf.cim.iec61970.base.scada.RemoteControl)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   **
   * RemotePoint fields for this RemoteControl.
   * 
* * .zepben.protobuf.cim.iec61970.base.scada.RemotePoint rp = 1; * @return Whether the rp field is set. */ boolean hasRp(); /** *
   **
   * RemotePoint fields for this RemoteControl.
   * 
* * .zepben.protobuf.cim.iec61970.base.scada.RemotePoint rp = 1; * @return The rp. */ com.zepben.protobuf.cim.iec61970.base.scada.RemotePoint getRp(); /** *
   **
   * RemotePoint fields for this RemoteControl.
   * 
* * .zepben.protobuf.cim.iec61970.base.scada.RemotePoint rp = 1; */ com.zepben.protobuf.cim.iec61970.base.scada.RemotePointOrBuilder getRpOrBuilder(); /** *
   **
   * The Control for the RemoteControl point.
   * 
* * string controlMRID = 2; * @return The controlMRID. */ java.lang.String getControlMRID(); /** *
   **
   * The Control for the RemoteControl point.
   * 
* * string controlMRID = 2; * @return The bytes for controlMRID. */ com.google.protobuf.ByteString getControlMRIDBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy