SmsMessage.java | 55 private int mti; field in class:SmsMessage 272 // MTI = SMS-SUBMIT, UDHI = header != null 417 scAddress, destinationAddress, (byte) 0x41, // MTI = SMS-SUBMIT, 909 mti = firstByte & 0x3; 910 switch (mti) { 914 case 3: //GSM 03.40 9.2.3.1: MTI == 3 is Reserved. 915 //This should be processed in the same way as MTI == 0 (Deliver) 931 * @param firstByte The first byte of the PDU, which contains MTI, etc. [all...] |