Class ModbusPDUReadDeviceIdentificationResponse.ModbusPDUReadDeviceIdentificationResponseBuilderImpl
- java.lang.Object
-
- org.apache.plc4x.java.modbus.readwrite.ModbusPDUReadDeviceIdentificationResponse.ModbusPDUReadDeviceIdentificationResponseBuilderImpl
-
- All Implemented Interfaces:
ModbusPDU.ModbusPDUBuilder
- Enclosing class:
- ModbusPDUReadDeviceIdentificationResponse
public static class ModbusPDUReadDeviceIdentificationResponse.ModbusPDUReadDeviceIdentificationResponseBuilderImpl extends Object implements ModbusPDU.ModbusPDUBuilder
-
-
Constructor Summary
Constructors Constructor Description ModbusPDUReadDeviceIdentificationResponseBuilderImpl(ModbusDeviceInformationLevel level, boolean individualAccess, ModbusDeviceInformationConformityLevel conformityLevel, ModbusDeviceInformationMoreFollows moreFollows, short nextObjectId, List<ModbusDeviceInformationObject> objects)
-
-
-
Constructor Detail
-
ModbusPDUReadDeviceIdentificationResponseBuilderImpl
public ModbusPDUReadDeviceIdentificationResponseBuilderImpl(ModbusDeviceInformationLevel level, boolean individualAccess, ModbusDeviceInformationConformityLevel conformityLevel, ModbusDeviceInformationMoreFollows moreFollows, short nextObjectId, List<ModbusDeviceInformationObject> objects)
-
-
Method Detail
-
build
public ModbusPDUReadDeviceIdentificationResponse build()
- Specified by:
buildin interfaceModbusPDU.ModbusPDUBuilder
-
-