Uses of Class
org.apache.plc4x.java.knxnetip.readwrite.DIBDeviceInfo
-
Packages that use DIBDeviceInfo Package Description org.apache.plc4x.java.knxnetip.readwrite -
-
Uses of DIBDeviceInfo in org.apache.plc4x.java.knxnetip.readwrite
Fields in org.apache.plc4x.java.knxnetip.readwrite declared as DIBDeviceInfo Modifier and Type Field Description protected DIBDeviceInfoDescriptionResponse. dibDeviceInfoprotected DIBDeviceInfoSearchResponse. dibDeviceInfoMethods in org.apache.plc4x.java.knxnetip.readwrite that return DIBDeviceInfo Modifier and Type Method Description DIBDeviceInfoDescriptionResponse. getDibDeviceInfo()DIBDeviceInfoSearchResponse. getDibDeviceInfo()static DIBDeviceInfoDIBDeviceInfo. staticParse(ReadBuffer readBuffer)static DIBDeviceInfoDIBDeviceInfo. staticParse(ReadBuffer readBuffer, Object... args)Constructors in org.apache.plc4x.java.knxnetip.readwrite with parameters of type DIBDeviceInfo Constructor Description DescriptionResponse(DIBDeviceInfo dibDeviceInfo, DIBSuppSvcFamilies dibSuppSvcFamilies)DescriptionResponseBuilderImpl(DIBDeviceInfo dibDeviceInfo, DIBSuppSvcFamilies dibSuppSvcFamilies)SearchResponse(HPAIControlEndpoint hpaiControlEndpoint, DIBDeviceInfo dibDeviceInfo, DIBSuppSvcFamilies dibSuppSvcFamilies)SearchResponseBuilderImpl(HPAIControlEndpoint hpaiControlEndpoint, DIBDeviceInfo dibDeviceInfo, DIBSuppSvcFamilies dibSuppSvcFamilies)
-