All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ie.omk.smpp.message.SmeAddress Maven / Gradle / Ivy

The newest version!
package ie.omk.smpp.message;

/**
 * The address of an SME.
 * 
 * @deprecated Use {@link ie.omk.smpp.Address}.
 */
public class SmeAddress extends ie.omk.smpp.Address {
    static final long serialVersionUID = -7812497043813226780L;
    
    public SmeAddress() {
    }

    public SmeAddress(int ton, int npi, String addr) {
        super(ton, npi, addr);
    }
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy