public class UUSInfo extends Object
Modifier and Type | Field and Description |
---|---|
static int |
UUS_DCS_IA5c |
static int |
UUS_DCS_OSIHLP |
static int |
UUS_DCS_RMCF |
static int |
UUS_DCS_USP |
static int |
UUS_DCS_X244 |
static int |
UUS_TYPE1_IMPLICIT |
static int |
UUS_TYPE1_NOT_REQUIRED |
static int |
UUS_TYPE1_REQUIRED |
static int |
UUS_TYPE2_NOT_REQUIRED |
static int |
UUS_TYPE2_REQUIRED |
static int |
UUS_TYPE3_NOT_REQUIRED |
static int |
UUS_TYPE3_REQUIRED |
Constructor and Description |
---|
UUSInfo() |
UUSInfo(int uusType,
int uusDcs,
byte[] uusData) |
Modifier and Type | Method and Description |
---|---|
int |
getDcs() |
int |
getType() |
byte[] |
getUserData() |
void |
setDcs(int uusDcs) |
void |
setType(int uusType) |
void |
setUserData(byte[] uusData) |
public static final int UUS_TYPE1_IMPLICIT
public static final int UUS_TYPE1_REQUIRED
public static final int UUS_TYPE1_NOT_REQUIRED
public static final int UUS_TYPE2_REQUIRED
public static final int UUS_TYPE2_NOT_REQUIRED
public static final int UUS_TYPE3_REQUIRED
public static final int UUS_TYPE3_NOT_REQUIRED
public static final int UUS_DCS_USP
public static final int UUS_DCS_OSIHLP
public static final int UUS_DCS_X244
public static final int UUS_DCS_RMCF
public static final int UUS_DCS_IA5c