Uses of Class
org.apache.plc4x.java.s7.netty.model.types.DataTransportSize
| Package | Description |
|---|---|
| org.apache.plc4x.java.s7.netty.model.payloads.items | |
| org.apache.plc4x.java.s7.netty.model.types |
-
Uses of DataTransportSize in org.apache.plc4x.java.s7.netty.model.payloads.items
Methods in org.apache.plc4x.java.s7.netty.model.payloads.items that return DataTransportSize Modifier and Type Method Description DataTransportSizeVarPayloadItem. getDataTransportSize()Constructors in org.apache.plc4x.java.s7.netty.model.payloads.items with parameters of type DataTransportSize Constructor Description VarPayloadItem(DataTransportErrorCode returnCode, DataTransportSize dataTransportSize, byte[] data) -
Uses of DataTransportSize in org.apache.plc4x.java.s7.netty.model.types
Methods in org.apache.plc4x.java.s7.netty.model.types that return DataTransportSize Modifier and Type Method Description DataTransportSizeTransportSize. getDataTransportSize()static DataTransportSizeDataTransportSize. valueOf(byte code)Returns the enum constant of this type with the specified name.static DataTransportSizeDataTransportSize. valueOf(String name)Returns the enum constant of this type with the specified name.static DataTransportSize[]DataTransportSize. values()Returns an array containing the constants of this enum type, in the order they are declared.