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