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

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

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

import com4j.*;

/**
 * This object is used to access all I/O configurations for a particular I/O type.
 */
@IID("{59DC1700-AF91-11D0-A072-00A02436CF7E}")
public interface IIOConfigs extends com.github.wshackle.fanuc.robotserver.IRobotObject,Iterable {
  // Methods:
  /**
   * 

* Getter method for the COM property "_NewEnum" *

*/ @DISPID(-4) //= 0xfffffffc. The runtime will prefer the VTID if present @VTID(8) java.util.Iterator iterator(); /** *

* Returns a configuration from the collection. *

*

* Getter method for the COM property "Item" *

* @param firstLogicalNum Optional parameter. Default value is com4j.Variant.getMissing() * @param index Optional parameter. Default value is com4j.Variant.getMissing() * @return Returns a value of type com.github.wshackle.fanuc.robotserver.IIOConfig */ @DISPID(0) //= 0x0. The runtime will prefer the VTID if present @VTID(9) @DefaultMethod com.github.wshackle.fanuc.robotserver.IIOConfig item( @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object firstLogicalNum, @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object index); /** *

* Returns the number of configurations contained in the collection. *

*

* Getter method for the COM property "Count" *

* @return Returns a value of type int */ @DISPID(101) //= 0x65. The runtime will prefer the VTID if present @VTID(10) int count(); /** *

* Returns the owning I/O type *

*

* Getter method for the COM property "Parent" *

* @return Returns a value of type com.github.wshackle.fanuc.robotserver.IIOType */ @DISPID(102) //= 0x66. The runtime will prefer the VTID if present @VTID(11) com.github.wshackle.fanuc.robotserver.IIOType parent(); /** *

* Adds a new configuration to the collection. *

* @param firstLogicalNum Optional parameter. Default value is com4j.Variant.getMissing() * @return Returns a value of type com.github.wshackle.fanuc.robotserver.IIOConfig */ @DISPID(151) //= 0x97. The runtime will prefer the VTID if present @VTID(12) com.github.wshackle.fanuc.robotserver.IIOConfig add( @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object firstLogicalNum); /** *

* Removes a configuration from the collection. *

* @param firstLogicalNum Optional parameter. Default value is com4j.Variant.getMissing() * @param index Optional parameter. Default value is com4j.Variant.getMissing() */ @DISPID(152) //= 0x98. The runtime will prefer the VTID if present @VTID(13) void remove( @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object firstLogicalNum, @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object index); // Properties: }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy