com.github.wshackle.fanuc.robotserver.events.IPacketEventEvents Maven / Gradle / Ivy
The newest version!
package com.github.wshackle.fanuc.robotserver.events;
import com4j.*;
@IID("{298DEBD5-9976-11D1-B753-00C04FB99C75}")
public abstract class IPacketEventEvents {
// Methods:
/**
*
* Occurs when a ROS is received that matches the trigger criteria specified by the RequestCode and SybSystemCode properties..
*
* @param packet Mandatory Holder parameter.
*/
@DISPID(1)
public void receive(
Holder packet) {
throw new UnsupportedOperationException();
}
// Properties:
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy