Package org.apache.plc4x.java.df1
Class DF1PlcDriver
java.lang.Object
org.apache.plc4x.java.spi.connection.GeneratedDriverBase<DF1Command>
org.apache.plc4x.java.df1.DF1PlcDriver
- All Implemented Interfaces:
PlcDriver
public class DF1PlcDriver
extends org.apache.plc4x.java.spi.connection.GeneratedDriverBase<DF1Command>
-
Field Summary
Fields inherited from class org.apache.plc4x.java.spi.connection.GeneratedDriverBase
PROPERTY_PLC4X_FORCE_AWAIT_DISCONNECT_COMPLETE, PROPERTY_PLC4X_FORCE_AWAIT_DISCOVER_COMPLETE, PROPERTY_PLC4X_FORCE_AWAIT_SETUP_COMPLETE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Class<? extends org.apache.plc4x.java.spi.configuration.Configuration>protected Stringprotected Df1FieldHandlerprotected org.apache.plc4x.java.spi.connection.ProtocolStackConfigurer<DF1Command>protected PlcValueHandlerMethods inherited from class org.apache.plc4x.java.spi.connection.GeneratedDriverBase
awaitDisconnectComplete, awaitDiscoverComplete, awaitSetupComplete, canBrowse, canRead, canSubscribe, canWrite, getConnection, getConnection, getOptimizer, getStackConfigurer, initializePipelineMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.plc4x.java.api.PlcDriver
discoveryRequestBuilder, getMetadata, prepareField
-
Constructor Details
-
DF1PlcDriver
public DF1PlcDriver()
-
-
Method Details
-
getProtocolCode
-
getProtocolName
-
getConfigurationType
protected Class<? extends org.apache.plc4x.java.spi.configuration.Configuration> getConfigurationType()- Specified by:
getConfigurationTypein classorg.apache.plc4x.java.spi.connection.GeneratedDriverBase<DF1Command>
-
getDefaultTransport
- Specified by:
getDefaultTransportin classorg.apache.plc4x.java.spi.connection.GeneratedDriverBase<DF1Command>
-
getFieldHandler
- Specified by:
getFieldHandlerin classorg.apache.plc4x.java.spi.connection.GeneratedDriverBase<DF1Command>
-
getValueHandler
- Specified by:
getValueHandlerin classorg.apache.plc4x.java.spi.connection.GeneratedDriverBase<DF1Command>
-
getStackConfigurer
protected org.apache.plc4x.java.spi.connection.ProtocolStackConfigurer<DF1Command> getStackConfigurer()- Specified by:
getStackConfigurerin classorg.apache.plc4x.java.spi.connection.GeneratedDriverBase<DF1Command>
-