public class Asn1NasAltDecodeTabEntry
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
lhflag
lhflag: true if an L/H bit should be read at this point
|
Asn1NasAltDecodeAction |
oneHAction
oneHAction: action to take if 1/H decoded
|
Asn1NasAltDecodeAction |
zeroLAction
zeroLAction: action to take if 0/L decoded
|
| Constructor and Description |
|---|
Asn1NasAltDecodeTabEntry(boolean lhflag,
Asn1NasAltDecodeAction zeroLAction,
Asn1NasAltDecodeAction oneHAction) |
public boolean lhflag
public Asn1NasAltDecodeAction zeroLAction
public Asn1NasAltDecodeAction oneHAction
public Asn1NasAltDecodeTabEntry(boolean lhflag,
Asn1NasAltDecodeAction zeroLAction,
Asn1NasAltDecodeAction oneHAction)