Uses of Enum
org.apache.plc4x.java.s7.readwrite.TransportSize
Packages that use TransportSize
-
Uses of TransportSize in org.apache.plc4x.java.s7.readwrite
Fields in org.apache.plc4x.java.s7.readwrite declared as TransportSizeMethods in org.apache.plc4x.java.s7.readwrite that return TransportSizeModifier and TypeMethodDescriptionstatic 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) TransportSize.getBaseType()S7AddressAny.getTransportSize()static TransportSizeReturns 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 TransportSizeModifier and TypeMethodDescriptionstatic 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 TransportSizeModifier and TypeMethodDescriptionstatic List<TransportSize>TransportSize.enumsForFieldBaseType(TransportSize fieldValue) static TransportSizeTransportSize.firstEnumForFieldBaseType(TransportSize fieldValue) Constructors in org.apache.plc4x.java.s7.readwrite with parameters of type TransportSizeModifierConstructorDescriptionS7AddressAny(TransportSize transportSize, int numberOfElements, int dbNumber, MemoryArea area, int byteAddress, byte bitAddress) S7AddressAnyBuilder(TransportSize transportSize, int numberOfElements, int dbNumber, MemoryArea area, int byteAddress, byte bitAddress, Short reservedField0) -
Uses of TransportSize in org.apache.plc4x.java.s7.readwrite.field
Methods in org.apache.plc4x.java.s7.readwrite.field that return TransportSizeConstructors in org.apache.plc4x.java.s7.readwrite.field with parameters of type TransportSizeModifierConstructorDescriptionprotectedS7Field(TransportSize dataType, MemoryArea memoryArea, int blockNumber, int byteOffset, byte bitOffset, int numElements) protectedS7StringField(TransportSize dataType, MemoryArea memoryArea, int blockNumber, int byteOffset, byte bitOffset, int numElements, int stringLength)