Uses of Class
org.apache.plc4x.java.s7.readwrite.COTPTpduSize
-
Packages that use COTPTpduSize Package Description org.apache.plc4x.java.s7.readwrite org.apache.plc4x.java.s7.readwrite.context -
-
Uses of COTPTpduSize in org.apache.plc4x.java.s7.readwrite
Fields in org.apache.plc4x.java.s7.readwrite declared as COTPTpduSize Modifier and Type Field Description protected COTPTpduSizeCOTPParameterTpduSize. tpduSizeMethods in org.apache.plc4x.java.s7.readwrite that return COTPTpduSize Modifier and Type Method Description static COTPTpduSizeCOTPTpduSize. enumForValue(short value)static COTPTpduSizeCOTPTpduSize. firstEnumForFieldSizeInBytes(int fieldValue)COTPTpduSizeCOTPParameterTpduSize. getTpduSize()static COTPTpduSizeCOTPTpduSize. valueOf(String name)Returns 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 COTPTpduSize Modifier and Type Method Description static List<COTPTpduSize>COTPTpduSize. enumsForFieldSizeInBytes(int fieldValue)Constructors in org.apache.plc4x.java.s7.readwrite with parameters of type COTPTpduSize Constructor Description COTPParameterTpduSize(COTPTpduSize tpduSize)COTPParameterTpduSizeBuilderImpl(COTPTpduSize tpduSize) -
Uses of COTPTpduSize in org.apache.plc4x.java.s7.readwrite.context
Methods in org.apache.plc4x.java.s7.readwrite.context that return COTPTpduSize Modifier and Type Method Description COTPTpduSizeS7DriverContext. 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 COTPTpduSize Modifier and Type Method Description voidS7DriverContext. setCotpTpduSize(COTPTpduSize cotpTpduSize)
-