Uses of Class
org.apache.plc4x.java.s7.netty.model.types.TransportSize
| Package | Description |
|---|---|
| org.apache.plc4x.java.s7.model | |
| org.apache.plc4x.java.s7.netty.model.params.items | |
| org.apache.plc4x.java.s7.netty.model.types |
-
Uses of TransportSize in org.apache.plc4x.java.s7.model
Methods in org.apache.plc4x.java.s7.model that return TransportSize Modifier and Type Method Description TransportSizeS7Field. getDataType() -
Uses of TransportSize in org.apache.plc4x.java.s7.netty.model.params.items
Methods in org.apache.plc4x.java.s7.netty.model.params.items that return TransportSize Modifier and Type Method Description TransportSizeS7AnyVarParameterItem. getDataType()Constructors in org.apache.plc4x.java.s7.netty.model.params.items with parameters of type TransportSize Constructor Description S7AnyVarParameterItem(SpecificationType specificationType, MemoryArea memoryArea, TransportSize dataType, int numElements, int dataBlockNumber, int byteOffset, byte bitOffset) -
Uses of TransportSize in org.apache.plc4x.java.s7.netty.model.types
Methods in org.apache.plc4x.java.s7.netty.model.types that return TransportSize Modifier and Type Method Description static TransportSizeTransportSize. valueOf(byte code)Returns the enum constant of this type with the specified name.static TransportSizeTransportSize. valueOf(String name)Returns the enum constant of this type with the specified name.static TransportSize[]TransportSize. values()Returns an array containing the constants of this enum type, in the order they are declared.