Package org.ajwcc.pduUtils.gsm3040

Examples of org.ajwcc.pduUtils.gsm3040.PduParser


    return portIe.getDestPort();
  }

  public int getSrcPort()
  {
    PortInformationElement portIe = getPortInfo();
    if (portIe == null) return -1;
    return portIe.getSrcPort();
  }
View Full Code Here

TOP

Related Classes of org.ajwcc.pduUtils.gsm3040.PduParser

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.