tuwien.auto.eicl

Interface CEMIConnectionTypeInfoContainer

Known Implementing Classes:
TunnellingConnectionType

public interface CEMIConnectionTypeInfoContainer

This interface represents the skeleton of a connection identifier container. All relevant message code needed for message exchange are collected in this interface. This containers are passed to the CEMI_Connection classed, which then establishes the respective connection.
See Also:
TunnellingConnectionType

Method Summary

short
getAck()
The Acknowledge message code.
short[]
getConnectionOptions()
The connection options stored after the 2 byte of the HPAI.
short
getConnectionTypeCode()
The connection type code.
short
getRequest()
The Request message code.

Method Details

getAck

public short getAck()
The Acknowledge message code.
Returns:
the acknowledge code

getConnectionOptions

public short[] getConnectionOptions()
The connection options stored after the 2 byte of the HPAI.
Returns:
the connection options

getConnectionTypeCode

public short getConnectionTypeCode()
The connection type code.
Returns:
the connection type code

getRequest

public short getRequest()
The Request message code.
Returns:
the message code