Uses of Class
tuwien.auto.calimero.knxnetip.util.SuppFamiliesDIB

Packages that use SuppFamiliesDIB
tuwien.auto.calimero.knxnetip.servicetype Contains service types used by KNXnet/IP protocols. 
 

Uses of SuppFamiliesDIB in tuwien.auto.calimero.knxnetip.servicetype
 

Methods in tuwien.auto.calimero.knxnetip.servicetype that return SuppFamiliesDIB
 SuppFamiliesDIB SearchResponse.getServiceFamilies()
          Returns the supported service families description information block of the server contained in the response.
 SuppFamiliesDIB DescriptionResponse.getServiceFamilies()
          Returns the supported service families description information block.
 

Constructors in tuwien.auto.calimero.knxnetip.servicetype with parameters of type SuppFamiliesDIB
DescriptionResponse(DeviceDIB device, SuppFamiliesDIB suppSvcFam)
          Creates a new description response containing a device DIB and a supported service families DIB.
DescriptionResponse(DeviceDIB device, SuppFamiliesDIB suppSvcFam, ManufacturerDIB mfr)
          Creates a new description response containing a device DIB, a supported service families DIB and a manufacturer DIB.
SearchResponse(HPAI ctrlEndpoint, DeviceDIB device, SuppFamiliesDIB svcFamilies)
          Creates a new search response for the given control endpoint together with device information.