Uses of Class
org.apache.plc4x.java.knxnetip.readwrite.KnxLayer
-
Packages that use KnxLayer Package Description org.apache.plc4x.java.knxnetip.context org.apache.plc4x.java.knxnetip.readwrite -
-
Uses of KnxLayer in org.apache.plc4x.java.knxnetip.context
Methods in org.apache.plc4x.java.knxnetip.context that return KnxLayer Modifier and Type Method Description KnxLayerKnxNetIpDriverContext. getTunnelConnectionType() -
Uses of KnxLayer in org.apache.plc4x.java.knxnetip.readwrite
Fields in org.apache.plc4x.java.knxnetip.readwrite declared as KnxLayer Modifier and Type Field Description protected KnxLayerConnectionRequestInformationTunnelConnection. knxLayerMethods in org.apache.plc4x.java.knxnetip.readwrite that return KnxLayer Modifier and Type Method Description static KnxLayerKnxLayer. enumForValue(short value)KnxLayerConnectionRequestInformationTunnelConnection. getKnxLayer()static KnxLayerKnxLayer. valueOf(String name)Returns the enum constant of this type with the specified name.static KnxLayer[]KnxLayer. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.plc4x.java.knxnetip.readwrite with parameters of type KnxLayer Constructor Description ConnectionRequestInformationTunnelConnection(KnxLayer knxLayer)ConnectionRequestInformationTunnelConnectionBuilderImpl(KnxLayer knxLayer)
-