tuwien.auto.eicl

Class TunnellingConnectionType

Implemented Interfaces:
CEMIConnectionTypeInfoContainer

public class TunnellingConnectionType
extends java.lang.Object
implements CEMIConnectionTypeInfoContainer

This class is a container for the Tunnelling Connection. It is passed to constructor of the CEMI_Connection handler. It encapsulates all relevant message codes, whereas the connection option.

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.
Specified by:
getAck in interface CEMIConnectionTypeInfoContainer

getConnectionOptions

public short[] getConnectionOptions()
The connection options stored after the 2 byte of the HPAI.
Specified by:
getConnectionOptions in interface CEMIConnectionTypeInfoContainer

getConnectionTypeCode

public short getConnectionTypeCode()
The connection type code.
Specified by:
getConnectionTypeCode in interface CEMIConnectionTypeInfoContainer

getRequest

public short getRequest()
The Request message code.
Specified by:
getRequest in interface CEMIConnectionTypeInfoContainer