Uses of Enum
org.apache.plc4x.java.s7.readwrite.COTPTpduSize
Packages that use COTPTpduSize
-
Uses of COTPTpduSize in org.apache.plc4x.java.s7.readwrite
Fields in org.apache.plc4x.java.s7.readwrite declared as COTPTpduSizeMethods in org.apache.plc4x.java.s7.readwrite that return COTPTpduSizeModifier and TypeMethodDescriptionstatic COTPTpduSizeCOTPTpduSize.enumForValue(short value) static COTPTpduSizeCOTPTpduSize.firstEnumForFieldSizeInBytes(int fieldValue) COTPParameterTpduSize.getTpduSize()static COTPTpduSizeReturns the enum constant of this type with the specified name.static COTPTpduSize[]COTPTpduSize.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.plc4x.java.s7.readwrite that return types with arguments of type COTPTpduSizeModifier and TypeMethodDescriptionstatic List<COTPTpduSize>COTPTpduSize.enumsForFieldSizeInBytes(int fieldValue) Constructors in org.apache.plc4x.java.s7.readwrite with parameters of type COTPTpduSizeModifierConstructorDescriptionCOTPParameterTpduSize(COTPTpduSize tpduSize, Short rest) COTPParameterTpduSizeBuilder(COTPTpduSize tpduSize, Short rest) -
Uses of COTPTpduSize in org.apache.plc4x.java.s7.readwrite.context
Methods in org.apache.plc4x.java.s7.readwrite.context that return COTPTpduSizeModifier and TypeMethodDescriptionS7DriverContext.getCotpTpduSize()protected COTPTpduSizeS7DriverContext.getNearestMatchingTpduSize(short tpduSizeParameter) Iterate over all values until one is found that the given tpdu size will fit.Methods in org.apache.plc4x.java.s7.readwrite.context with parameters of type COTPTpduSizeModifier and TypeMethodDescriptionvoidS7DriverContext.setCotpTpduSize(COTPTpduSize cotpTpduSize)