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

com.github.wshackle.fanuc.robotserver.IVarObject2 Maven / Gradle / Ivy

The newest version!
package com.github.wshackle.fanuc.robotserver  ;

import com4j.*;

@IID("{D0EDFE01-C6AC-11D2-8727-00C04F81118D}")
public interface IVarObject2 extends com.github.wshackle.fanuc.robotserver.IVarObject {
  // Methods:
  /**
   * 

* Returns/sets the level of controller restriction override. Use FREVarOverrideConstants to set this. *

*

* Getter method for the COM property "Override" *

* @return Returns a value of type int */ @DISPID(400) //= 0x190. The runtime will prefer the VTID if present @VTID(17) int override(); /** *

* Returns/sets the level of controller restriction override. Use FREVarOverrideConstants to set this. *

*

* Setter method for the COM property "Override" *

* @param override Mandatory int parameter. */ @DISPID(400) //= 0x190. The runtime will prefer the VTID if present @VTID(18) void override( int override); /** *

* Returns/sets whether or not the data is immediately sent to the robot when an assignment is made to the Value property. *

*

* Getter method for the COM property "NoUpdate" *

* @return Returns a value of type boolean */ @DISPID(401) //= 0x191. The runtime will prefer the VTID if present @VTID(19) boolean noUpdate(); /** *

* Returns/sets whether or not the data is immediately sent to the robot when an assignment is made to the Value property. *

*

* Setter method for the COM property "NoUpdate" *

* @param noUpdate Mandatory boolean parameter. */ @DISPID(401) //= 0x191. The runtime will prefer the VTID if present @VTID(20) void noUpdate( boolean noUpdate); /** *

* Sends the local copy of this variable's value to the robot. *

*/ @DISPID(402) //= 0x192. The runtime will prefer the VTID if present @VTID(21) void update(); // Properties: }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy