tuwien.auto.eicl.struct.eibnetip
Class Description_Request
java.lang.Object
tuwien.auto.eicl.struct.eibnetip.Description_Request
public class Description_Request
extends java.lang.Object
This class is used to create an EIBnet/IP description request message. The
byte stream representation can be obtained through the toByteArray() method.
In reply to this message a description response is sent. Use the Discoverer
class to automate this process.
Description_Request(int _LocalPort) - Creates a new Description request message, with the local port parameter.
|
Description_Request
public Description_Request(int _LocalPort)
throws EICLException
Creates a new Description request message, with the local port parameter.
_LocalPort
- The local client data end point port.
getEndpoint
public HPAI getEndpoint()
Get the client end point
toByteArray
public byte[] toByteArray()
throws EICLException
Get the message as byte array.
- The message as byte array