de.bsvrz.kex.tls.osi2osi3.osi2.tc57primary
Class Tc57Frame
java.lang.Object
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
Constructor Summary |
Tc57Frame(boolean primaryMessage,
boolean controlBit5,
boolean controlBit4,
int function,
int address,
byte[] data)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_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
Tc57Frame
Tc57Frame(boolean primaryMessage,
boolean controlBit5,
boolean controlBit4,
int function,
int address,
byte[] data)
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()