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

com.github.wshackle.fanuc.robotneighborhood.FRERNServiceStateConstants Maven / Gradle / Ivy

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

import com4j.*;

/**
 * 

* An enumeration of constants used to determine the state of a robot?s TCP/IP service. *

*/ public enum FRERNServiceStateConstants { /** *

* Indicates that the service state is not known at this time.. *

*

* The value of this constant is 0 *

*/ frRNServiceStateUnknown, // 0 /** *

* Indicates that the service is not available on the Robot. *

*

* The value of this constant is 1 *

*/ frRNServiceStateStopped, // 1 /** *

* Indicates that the service has been started on the Robot. *

*

* The value of this constant is 2 *

*/ frRNServiceStateStarted, // 2 }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy