de.bsvrz.kex.tls.osi2osi3.osi2.tc57primary
Class Tc57Frame

java.lang.Object
  extended by de.bsvrz.kex.tls.osi2osi3.osi2.tc57primary.Tc57Frame
Direct Known Subclasses:
PrimaryFrame, SecondaryFrame

public class Tc57Frame
extends Object

Klasse zum Zugriff auf den Inhalt eines TC57-Telegramms.

Author:
Kappich Systemberatung

Method Summary
 int getAddress()
           
 boolean getControlBit4()
           
 boolean getControlBit5()
           
 byte[] getData()
           
 byte[] getFrameBytes()
           
 int getFunction()
           
 boolean isPrimaryMessage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isPrimaryMessage

public boolean isPrimaryMessage()

getControlBit5

public boolean getControlBit5()

getControlBit4

public boolean getControlBit4()

getFunction

public int getFunction()

getAddress

public int getAddress()

getData

public byte[] getData()

getFrameBytes

public byte[] getFrameBytes()