Question

How to get payload information from pdu with logica SMPP?

Was it helpful?

Solution

Its easy:

DeliverSm dSm = (DeliverSM)pdu;
byte[] payLoad = deliverSM.getMessagePayload().getBuffer();
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top