Class EIPConfiguration
- java.lang.Object
-
- org.apache.plc4x.java.eip.base.configuration.EIPConfiguration
-
- All Implemented Interfaces:
PlcConfiguration,PlcConnectionConfiguration
- Direct Known Subclasses:
LogixConfiguration
public class EIPConfiguration extends Object implements PlcConnectionConfiguration
-
-
Constructor Summary
Constructors Constructor Description EIPConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetBackplane()ByteOrdergetByteOrder()intgetSlot()voidsetBackplane(int backplane)voidsetByteOrder(ByteOrder byteOrder)voidsetSlot(int slot)
-