public class ExtSSStatusImpl extends OctetStringBase implements ExtSSStatus
| Modifier and Type | Field and Description |
|---|---|
static byte |
sssBitA |
static byte |
sssBitP |
static byte |
sssBitQ
SSStatus bits TS 3GPP TS 23.011
|
static byte |
sssBitR |
_PrimitiveName, data, maxLength, minLength| Constructor and Description |
|---|
ExtSSStatusImpl() |
ExtSSStatusImpl(boolean bitQ,
boolean bitP,
boolean bitR,
boolean bitA) |
ExtSSStatusImpl(byte[] data) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getBitA() |
boolean |
getBitP() |
boolean |
getBitQ() |
boolean |
getBitR() |
byte[] |
getData() |
String |
toString() |
_decode, decodeAll, decodeData, encodeAll, encodeAll, encodeData, equals, getIsPrimitive, getTag, getTagClass, hashCode, printDataArrpublic static final byte sssBitQ
public static final byte sssBitP
public static final byte sssBitR
public static final byte sssBitA
public ExtSSStatusImpl()
public ExtSSStatusImpl(byte[] data)
public ExtSSStatusImpl(boolean bitQ,
boolean bitP,
boolean bitR,
boolean bitA)
public byte[] getData()
getData in interface ExtSSStatuspublic boolean getBitQ()
getBitQ in interface ExtSSStatuspublic boolean getBitP()
getBitP in interface ExtSSStatuspublic boolean getBitR()
getBitR in interface ExtSSStatuspublic boolean getBitA()
getBitA in interface ExtSSStatuspublic String toString()
toString in class OctetStringBaseCopyright © 2016. All Rights Reserved.