Fields Summary |
---|
public static final int | ENCODING_UNKNOWNUser data text encoding code unit size |
public static final int | ENCODING_7BIT |
public static final int | ENCODING_8BIT |
public static final int | ENCODING_16BIT |
public static final int | MAX_USER_DATA_SEPTETSThe maximum number of payload septets per message |
public static final int | MAX_USER_DATA_SEPTETS_WITH_HEADERThe maximum number of payload septets per message if a user data header
is present. This assumes the header only contains the
CONCATENATED_8_BIT_REFERENCE element. |
public static final int | ENCODING_KSC5601This value is not defined in global standard. Only in Korea, this is used. |
public static final int | MAX_USER_DATA_BYTESThe maximum number of payload bytes per message |
public static final int | MAX_USER_DATA_BYTES_WITH_HEADERThe maximum number of payload bytes per message if a user data header
is present. This assumes the header only contains the
CONCATENATED_8_BIT_REFERENCE element. |
public static final String | FORMAT_UNKNOWNIndicates unknown format SMS message. |
public static final String | FORMAT_3GPPIndicates a 3GPP format SMS message. |
public static final String | FORMAT_3GPP2Indicates a 3GPP2 format SMS message. |