Uses of Class
org.apache.plc4x.java.modbus.readwrite.ModbusDeviceInformationMoreFollows
-
Packages that use ModbusDeviceInformationMoreFollows Package Description org.apache.plc4x.java.modbus.readwrite -
-
Uses of ModbusDeviceInformationMoreFollows in org.apache.plc4x.java.modbus.readwrite
Fields in org.apache.plc4x.java.modbus.readwrite declared as ModbusDeviceInformationMoreFollows Modifier and Type Field Description protected ModbusDeviceInformationMoreFollowsModbusPDUReadDeviceIdentificationResponse. moreFollowsMethods in org.apache.plc4x.java.modbus.readwrite that return ModbusDeviceInformationMoreFollows Modifier and Type Method Description static ModbusDeviceInformationMoreFollowsModbusDeviceInformationMoreFollows. enumForValue(short value)ModbusDeviceInformationMoreFollowsModbusPDUReadDeviceIdentificationResponse. getMoreFollows()static ModbusDeviceInformationMoreFollowsModbusDeviceInformationMoreFollows. valueOf(String name)Returns the enum constant of this type with the specified name.static ModbusDeviceInformationMoreFollows[]ModbusDeviceInformationMoreFollows. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.plc4x.java.modbus.readwrite with parameters of type ModbusDeviceInformationMoreFollows Constructor Description ModbusPDUReadDeviceIdentificationResponse(ModbusDeviceInformationLevel level, boolean individualAccess, ModbusDeviceInformationConformityLevel conformityLevel, ModbusDeviceInformationMoreFollows moreFollows, short nextObjectId, List<ModbusDeviceInformationObject> objects)ModbusPDUReadDeviceIdentificationResponseBuilderImpl(ModbusDeviceInformationLevel level, boolean individualAccess, ModbusDeviceInformationConformityLevel conformityLevel, ModbusDeviceInformationMoreFollows moreFollows, short nextObjectId, List<ModbusDeviceInformationObject> objects)
-