Uses of Class
org.apache.plc4x.java.knxnetip.readwrite.ChannelInformation
-
Packages that use ChannelInformation Package Description org.apache.plc4x.java.knxnetip.readwrite -
-
Uses of ChannelInformation in org.apache.plc4x.java.knxnetip.readwrite
Fields in org.apache.plc4x.java.knxnetip.readwrite declared as ChannelInformation Modifier and Type Field Description protected ChannelInformationDeviceDescriptorType2. channelInfo1protected ChannelInformationDeviceDescriptorType2. channelInfo2protected ChannelInformationDeviceDescriptorType2. channelInfo3protected ChannelInformationDeviceDescriptorType2. channelInfo4Methods in org.apache.plc4x.java.knxnetip.readwrite that return ChannelInformation Modifier and Type Method Description ChannelInformationDeviceDescriptorType2. getChannelInfo1()ChannelInformationDeviceDescriptorType2. getChannelInfo2()ChannelInformationDeviceDescriptorType2. getChannelInfo3()ChannelInformationDeviceDescriptorType2. 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 ChannelInformation Constructor Description DeviceDescriptorType2(int manufacturerId, int deviceType, short version, boolean readSupported, boolean writeSupported, byte logicalTagBase, ChannelInformation channelInfo1, ChannelInformation channelInfo2, ChannelInformation channelInfo3, ChannelInformation channelInfo4)
-