tuwien.auto.eicl.struct.eibnetip

Class Search_Response


public class Search_Response
extends java.lang.Object

This class implements the EIBnet/IP search response message. This message is sent in replie to a Search Response.
See Also:
Search_Request

Constructor Summary

Search_Response(byte[] _Body)
Initializes the object by parasing a byte array.

Method Summary

HPAI
getDiscoveredEndpoint()
Returns the end point encapsulated in the search response

Constructor Details

Search_Response

public Search_Response(byte[] _Body)
            throws EICLException
Initializes the object by parasing a byte array. Throws EICLException if the parsing didn't succeed.
Parameters:
_Body - The EIBnet/IP message body (after the EIBnet/IP header)
Throws:
EICLException - Forward the HPAI constructor Exception.

Method Details

getDiscoveredEndpoint

public HPAI getDiscoveredEndpoint()
Returns the end point encapsulated in the search response
Returns:
the discovered endpoint