org.mobicents.protocols.ss7.isup.message.parameter
public interface UIDActionIndicators extends ISUPParameter
| Modifier and Type | Field and Description |
|---|---|
static int |
_PARAMETER_CODE |
static boolean |
_T9_TII_NO_INDICATION
See Q.763 3.78 T9 timer instruction indicator : no indication
|
static boolean |
_T9_TII_SDNST9T
See Q.763 3.78 T9 timer instruction indicator : stop or do not start T9
timer
|
static boolean |
_TCII_NO_INDICATION
See Q.763 3.78 Through-connection instruction indicator : no indication
|
static boolean |
_TCII_TCIBD
See Q.763 3.78 Through-connection instruction indicator : through-connect
in both directions
|
| Modifier and Type | Method and Description |
|---|---|
byte |
createUIDAction(boolean TCII,
boolean T9) |
boolean |
getT9Indicator(byte b) |
boolean |
getTCIIndicator(byte b) |
byte[] |
getUdiActionIndicators() |
void |
setUdiActionIndicators(byte[] udiActionIndicators) |
getCodestatic final int _PARAMETER_CODE
static final boolean _TCII_NO_INDICATION
static final boolean _TCII_TCIBD
static final boolean _T9_TII_NO_INDICATION
static final boolean _T9_TII_SDNST9T
byte[] getUdiActionIndicators()
void setUdiActionIndicators(byte[] udiActionIndicators)
byte createUIDAction(boolean TCII,
boolean T9)
boolean getT9Indicator(byte b)
boolean getTCIIndicator(byte b)
Copyright © 2011. All Rights Reserved.