Uses of Class
org.apache.plc4x.java.knxnetip.readwrite.ServiceId
-
Packages that use ServiceId Package Description org.apache.plc4x.java.knxnetip.readwrite -
-
Uses of ServiceId in org.apache.plc4x.java.knxnetip.readwrite
Subclasses of ServiceId in org.apache.plc4x.java.knxnetip.readwrite Modifier and Type Class Description classKnxNetIpCoreclassKnxNetIpDeviceManagementclassKnxNetIpRoutingclassKnxNetIpTunnelingclassKnxNetObjectServerclassKnxNetRemoteConfigurationAndDiagnosisclassKnxNetRemoteLoggingFields in org.apache.plc4x.java.knxnetip.readwrite with type parameters of type ServiceId Modifier and Type Field Description protected List<ServiceId>DIBSuppSvcFamilies. serviceIdsMethods in org.apache.plc4x.java.knxnetip.readwrite that return ServiceId Modifier and Type Method Description ServiceIdServiceId.ServiceIdBuilder. build()static ServiceIdServiceId. staticParse(ReadBuffer readBuffer)static ServiceIdServiceId. staticParse(ReadBuffer readBuffer, Object... args)Methods in org.apache.plc4x.java.knxnetip.readwrite that return types with arguments of type ServiceId Modifier and Type Method Description List<ServiceId>DIBSuppSvcFamilies. getServiceIds()Constructor parameters in org.apache.plc4x.java.knxnetip.readwrite with type arguments of type ServiceId Constructor Description DIBSuppSvcFamilies(short descriptionType, List<ServiceId> serviceIds)
-