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

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

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

Methods in tuwien.auto.calimero.knxnetip.servicetype that return DeviceDIB
 DeviceDIB SearchResponse.getDevice()
          Returns the device description information block of the server contained in the response.
 DeviceDIB DescriptionResponse.getDevice()
          Returns the device description information block contained in the response.
 

Constructors in tuwien.auto.calimero.knxnetip.servicetype with parameters of type DeviceDIB
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.