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

Packages that use CRD
tuwien.auto.calimero.knxnetip.servicetype Contains service types used by KNXnet/IP protocols. 
tuwien.auto.calimero.knxnetip.util Structures used in KNXnet/IP service types. 
 

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

Methods in tuwien.auto.calimero.knxnetip.servicetype that return CRD
 CRD ConnectResponse.getCRD()
          Returns the connection response data supplied in the response on a successful established connection.
 

Constructors in tuwien.auto.calimero.knxnetip.servicetype with parameters of type CRD
ConnectResponse(short channelID, short status, HPAI dataEndpoint, CRD responseData)
          Creates a connect response with full customization of response information.
 

Uses of CRD in tuwien.auto.calimero.knxnetip.util
 

Subclasses of CRD in tuwien.auto.calimero.knxnetip.util
 class TunnelCRD
          Connection response data used for KNX tunneling connection.
 

Methods in tuwien.auto.calimero.knxnetip.util that return CRD
static CRD CRD.createResponse(byte[] data, int offset)
          Creates a new CRD out of a byte array.
static CRD CRD.createResponse(short connectionType, byte[] optionalData)
          Creates a CRD for the given connection type.