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

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

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

Methods in tuwien.auto.calimero.knxnetip.servicetype that return HPAI
 HPAI SearchResponse.getControlEndpoint()
          Returns the server control endpoint.
 HPAI ConnectRequest.getControlEndpoint()
          Returns the local control endpoint used for the connection.
 HPAI ConnectionstateRequest.getControlEndpoint()
          Returns the client control endpoint the server replies to.
 HPAI ConnectResponse.getDataEndpoint()
          Returns the server data endpoint used for the communication on a successful established connection.
 HPAI ConnectRequest.getDataEndpoint()
          Returns the local data endpoint used for the connection.
 HPAI SearchRequest.getEndpoint()
          Returns the client discovery endpoint.
 HPAI DisconnectRequest.getEndpoint()
          Returns the client control endpoint.
 HPAI DescriptionRequest.getEndpoint()
          Returns the client control endpoint.
 

Constructors in tuwien.auto.calimero.knxnetip.servicetype with parameters of type HPAI
ConnectionstateRequest(short channelID, HPAI ctrlEP)
          Creates a new connection state request.
ConnectRequest(CRI requestInfo, HPAI ctrlEndpoint, HPAI dataEndpoint)
          Creates a connect request with the specific information of the CRI, and the endpoint information of the client.
ConnectResponse(short channelID, short status, HPAI dataEndpoint, CRD responseData)
          Creates a connect response with full customization of response information.
DescriptionRequest(HPAI ctrlEndpoint)
          Creates a new description request with the given client control endpoint for a description response.
DisconnectRequest(short channelID, HPAI ctrlEndpoint)
          Creates a new disconnect request for the connection identified by the channel ID.
SearchResponse(HPAI ctrlEndpoint, DeviceDIB device, SuppFamiliesDIB svcFamilies)
          Creates a new search response for the given control endpoint together with device information.