public class PduStatus
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static byte |
AII_ACTIVE |
static byte |
AII_NOT_ACTIVE |
static byte |
CEI_COUPLED |
static byte |
CEI_NOT_COUPLED |
static byte |
DTI_EXPENDABLE |
static byte |
DTI_MUNITION |
static byte |
DTI_NON_MUNITION_EXPLOSION |
static byte |
FTI_EXPENDABLE |
static byte |
FTI_MUNITION |
static byte |
IAI_ATTACHED |
static byte |
IAI_NOSTATEMENT |
static byte |
IAI_UNATTACHED |
static byte |
ISM_INTERACTIVE |
static byte |
ISM_REGENERATION |
static byte |
LVC_CONSTRUCTIVE |
static byte |
LVC_LIVE |
static byte |
LVC_NO_STATEMENT |
static byte |
LVC_VIRTUAL |
static byte |
RAI_ATTACHED |
static byte |
RAI_NO_STATEMENT |
static byte |
RAI_UNATTACHED |
static byte |
TEI_DIFFERENCE |
static byte |
TEI_NO_DIFFERENCE |
Modifier and Type | Method and Description |
---|---|
int |
getMarshalledSize() |
byte |
getValue() |
void |
marshal(java.nio.ByteBuffer buff) |
void |
marshal(java.io.DataOutputStream dos) |
byte |
orTo(byte b) |
void |
setValue(byte b) |
int |
unmarshal(java.nio.ByteBuffer buff) |
int |
unmarshal(java.io.DataInputStream dis) |
public static byte TEI_NO_DIFFERENCE
public static byte TEI_DIFFERENCE
public static byte LVC_NO_STATEMENT
public static byte LVC_LIVE
public static byte LVC_VIRTUAL
public static byte LVC_CONSTRUCTIVE
public static byte CEI_NOT_COUPLED
public static byte CEI_COUPLED
public static byte FTI_MUNITION
public static byte FTI_EXPENDABLE
public static byte DTI_MUNITION
public static byte DTI_EXPENDABLE
public static byte DTI_NON_MUNITION_EXPLOSION
public static byte RAI_NO_STATEMENT
public static byte RAI_UNATTACHED
public static byte RAI_ATTACHED
public static byte IAI_NOSTATEMENT
public static byte IAI_UNATTACHED
public static byte IAI_ATTACHED
public static byte ISM_REGENERATION
public static byte ISM_INTERACTIVE
public static byte AII_NOT_ACTIVE
public static byte AII_ACTIVE
public void setValue(byte b)
public byte getValue()
public byte orTo(byte b)
public int getMarshalledSize()
public void marshal(java.io.DataOutputStream dos) throws java.io.IOException
java.io.IOException
public int unmarshal(java.io.DataInputStream dis) throws java.io.IOException
java.io.IOException
public void marshal(java.nio.ByteBuffer buff)
public int unmarshal(java.nio.ByteBuffer buff)