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

Field Summary
private  int _address
           
private  boolean _controlBit4
           
private  boolean _controlBit5
           
private  byte[] _data
           
private static Debug _debug
           
private  int _function
           
private  boolean _primaryMessage
           
 
Constructor Summary
Tc57Frame(boolean primaryMessage, boolean controlBit5, boolean controlBit4, int function, int address, byte[] data)
           
 
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
 

Field Detail

_debug

private static final Debug _debug

_primaryMessage

private final boolean _primaryMessage

_controlBit5

private final boolean _controlBit5

_controlBit4

private final boolean _controlBit4

_function

private final int _function

_address

private final int _address

_data

private final byte[] _data
Constructor Detail

Tc57Frame

Tc57Frame(boolean primaryMessage,
          boolean controlBit5,
          boolean controlBit4,
          int function,
          int address,
          byte[] data)
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()