tuwien.auto.eicl
Interface CEMIConnectionTypeInfoContainer
- 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.
getAck
public short getAck()
The Acknowledge message code.
getConnectionOptions
public short[] getConnectionOptions()
The connection options stored after the 2 byte of the HPAI.
getConnectionTypeCode
public short getConnectionTypeCode()
The connection type code.
getRequest
public short getRequest()
The Request message code.