Uses of Class
org.apache.plc4x.java.knxnetip.readwrite.ChannelInformation
Packages that use ChannelInformation
-
Uses of ChannelInformation in org.apache.plc4x.java.knxnetip.readwrite
Fields in org.apache.plc4x.java.knxnetip.readwrite declared as ChannelInformationModifier and TypeFieldDescriptionprotected final ChannelInformationDeviceDescriptorType2.channelInfo1protected final ChannelInformationDeviceDescriptorType2.channelInfo2protected final ChannelInformationDeviceDescriptorType2.channelInfo3protected final ChannelInformationDeviceDescriptorType2.channelInfo4Methods in org.apache.plc4x.java.knxnetip.readwrite that return ChannelInformationModifier and TypeMethodDescriptionDeviceDescriptorType2.getChannelInfo1()DeviceDescriptorType2.getChannelInfo2()DeviceDescriptorType2.getChannelInfo3()DeviceDescriptorType2.getChannelInfo4()static ChannelInformationChannelInformation.staticParse(ReadBuffer readBuffer) static ChannelInformationChannelInformation.staticParse(ReadBuffer readBuffer, Object... args) Constructors in org.apache.plc4x.java.knxnetip.readwrite with parameters of type ChannelInformationModifierConstructorDescriptionDeviceDescriptorType2(int manufacturerId, int deviceType, short version, boolean readSupported, boolean writeSupported, short logicalTagBase, ChannelInformation channelInfo1, ChannelInformation channelInfo2, ChannelInformation channelInfo3, ChannelInformation channelInfo4)