Uses of Class
org.apache.plc4x.java.s7.readwrite.TransportSize
-
Packages that use TransportSize Package Description org.apache.plc4x.java.s7.readwrite org.apache.plc4x.java.s7.readwrite.tag -
-
Uses of TransportSize in org.apache.plc4x.java.s7.readwrite
Fields in org.apache.plc4x.java.s7.readwrite declared as TransportSize Modifier and Type Field Description protected TransportSizeCycServiceItemAnyType. transportSizeprotected TransportSizeS7AddressAny. transportSizeMethods in org.apache.plc4x.java.s7.readwrite that return TransportSize Modifier and Type Method Description static TransportSizeTransportSize. enumForValue(short value)static TransportSizeTransportSize. firstEnumForFieldBaseType(TransportSize fieldValue)static TransportSizeTransportSize. firstEnumForFieldCode(short fieldValue)static TransportSizeTransportSize. firstEnumForFieldDataProtocolId(String fieldValue)static TransportSizeTransportSize. firstEnumForFieldDataTransportSize(DataTransportSize fieldValue)static TransportSizeTransportSize. firstEnumForFieldShortName(short fieldValue)static TransportSizeTransportSize. firstEnumForFieldSizeInBytes(short fieldValue)static TransportSizeTransportSize. firstEnumForFieldSupported_LOGO(boolean fieldValue)static TransportSizeTransportSize. firstEnumForFieldSupported_S7_1200(boolean fieldValue)static TransportSizeTransportSize. firstEnumForFieldSupported_S7_1500(boolean fieldValue)static TransportSizeTransportSize. firstEnumForFieldSupported_S7_300(boolean fieldValue)static TransportSizeTransportSize. firstEnumForFieldSupported_S7_400(boolean fieldValue)TransportSizeTransportSize. getBaseType()TransportSizeCycServiceItemAnyType. getTransportSize()TransportSizeS7AddressAny. getTransportSize()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.Methods in org.apache.plc4x.java.s7.readwrite that return types with arguments of type TransportSize Modifier and Type Method Description static List<TransportSize>TransportSize. enumsForFieldBaseType(TransportSize fieldValue)static List<TransportSize>TransportSize. enumsForFieldCode(short fieldValue)static List<TransportSize>TransportSize. enumsForFieldDataProtocolId(String fieldValue)static List<TransportSize>TransportSize. enumsForFieldDataTransportSize(DataTransportSize fieldValue)static List<TransportSize>TransportSize. enumsForFieldShortName(short fieldValue)static List<TransportSize>TransportSize. enumsForFieldSizeInBytes(short fieldValue)static List<TransportSize>TransportSize. enumsForFieldSupported_LOGO(boolean fieldValue)static List<TransportSize>TransportSize. enumsForFieldSupported_S7_1200(boolean fieldValue)static List<TransportSize>TransportSize. enumsForFieldSupported_S7_1500(boolean fieldValue)static List<TransportSize>TransportSize. enumsForFieldSupported_S7_300(boolean fieldValue)static List<TransportSize>TransportSize. enumsForFieldSupported_S7_400(boolean fieldValue)Methods in org.apache.plc4x.java.s7.readwrite with parameters of type TransportSize Modifier and Type Method Description static List<TransportSize>TransportSize. enumsForFieldBaseType(TransportSize fieldValue)static TransportSizeTransportSize. firstEnumForFieldBaseType(TransportSize fieldValue)Constructors in org.apache.plc4x.java.s7.readwrite with parameters of type TransportSize Constructor Description CycServiceItemAnyType(short byteLength, short syntaxId, TransportSize transportSize, int length, int dbNumber, MemoryArea memoryArea, int address)CycServiceItemAnyTypeBuilderImpl(TransportSize transportSize, int length, int dbNumber, MemoryArea memoryArea, int address)S7AddressAny(TransportSize transportSize, int numberOfElements, int dbNumber, MemoryArea area, int byteAddress, byte bitAddress)S7AddressAnyBuilderImpl(TransportSize transportSize, int numberOfElements, int dbNumber, MemoryArea area, int byteAddress, byte bitAddress) -
Uses of TransportSize in org.apache.plc4x.java.s7.readwrite.tag
Methods in org.apache.plc4x.java.s7.readwrite.tag that return TransportSize Modifier and Type Method Description TransportSizeS7Tag. getDataType()Constructors in org.apache.plc4x.java.s7.readwrite.tag with parameters of type TransportSize Constructor Description S7StringFixedLengthTag(TransportSize dataType, MemoryArea memoryArea, int blockNumber, int byteOffset, byte bitOffset, int numElements, int stringLength)S7StringVarLengthTag(TransportSize dataType, MemoryArea memoryArea, int blockNumber, int byteOffset, byte bitOffset, int numElements)S7Tag(TransportSize dataType, MemoryArea memoryArea, int blockNumber, int byteOffset, byte bitOffset, int numElements)
-