Uses of Class
org.apache.plc4x.java.modbus.readwrite.ModbusDeviceInformationLevel
-
Packages that use ModbusDeviceInformationLevel Package Description org.apache.plc4x.java.modbus.readwrite -
-
Uses of ModbusDeviceInformationLevel in org.apache.plc4x.java.modbus.readwrite
Fields in org.apache.plc4x.java.modbus.readwrite declared as ModbusDeviceInformationLevel Modifier and Type Field Description protected ModbusDeviceInformationLevelModbusPDUReadDeviceIdentificationRequest. levelprotected ModbusDeviceInformationLevelModbusPDUReadDeviceIdentificationResponse. levelMethods in org.apache.plc4x.java.modbus.readwrite that return ModbusDeviceInformationLevel Modifier and Type Method Description static ModbusDeviceInformationLevelModbusDeviceInformationLevel. enumForValue(short value)ModbusDeviceInformationLevelModbusPDUReadDeviceIdentificationRequest. getLevel()ModbusDeviceInformationLevelModbusPDUReadDeviceIdentificationResponse. getLevel()static ModbusDeviceInformationLevelModbusDeviceInformationLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static ModbusDeviceInformationLevel[]ModbusDeviceInformationLevel. 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 ModbusDeviceInformationLevel Constructor Description ModbusPDUReadDeviceIdentificationRequest(ModbusDeviceInformationLevel level, short objectId)ModbusPDUReadDeviceIdentificationRequestBuilderImpl(ModbusDeviceInformationLevel level, short objectId)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)
-