Searched refs:tpduIndex (Results 1 – 1 of 1) sorted by relevance
123 int tpduIndex = scAddressLength + 1; // start of TPDU in handleDataDownload() local124 int tpduLength = pdu.length - tpduIndex; in handleDataDownload()162 System.arraycopy(pdu, tpduIndex, envelope, index, tpduLength); in handleDataDownload()