net.java.slee.resources.smpp.pdu
Interface Address
- All Known Subinterfaces:
- ErrorAddress
public interface Address
- Author:
- amit bhayani
TON_UNKNOWN
static final byte TON_UNKNOWN
- Define the Type Of Number (TON). See Section 4.7.1 addr_ton, source_addr_ton, dest_addr_ton, esme_addr_ton of
SMPP Version 5.0 Specs
- See Also:
- Constant Field Values
TON_INTERNATIONAL
static final byte TON_INTERNATIONAL
- See Also:
- Constant Field Values
TON_NATIONAL
static final byte TON_NATIONAL
- See Also:
- Constant Field Values
TON_NETWORK_SPECIFIC
static final byte TON_NETWORK_SPECIFIC
- See Also:
- Constant Field Values
TON_SUBSCRIBER_NUMBER
static final byte TON_SUBSCRIBER_NUMBER
- See Also:
- Constant Field Values
TON_ALPHANUMERIC
static final byte TON_ALPHANUMERIC
- See Also:
- Constant Field Values
TON_ABBREVIATED
static final byte TON_ABBREVIATED
- See Also:
- Constant Field Values
NPI_UNKNOWN
static final byte NPI_UNKNOWN
- Define the Numeric Plan Indicator (NPI). See Section 4.7.2 addr_npi, source_addr_npi, dest_addr_npi,
esme_addr_npi of SMPP Version 5.0 Specs
- See Also:
- Constant Field Values
NPI_ISDN
static final byte NPI_ISDN
- See Also:
- Constant Field Values
NPI_DATA
static final byte NPI_DATA
- See Also:
- Constant Field Values
NPI_TELEX
static final byte NPI_TELEX
- See Also:
- Constant Field Values
NPI_LAND_MOBILE
static final byte NPI_LAND_MOBILE
- See Also:
- Constant Field Values
NPI_NATIONAL
static final byte NPI_NATIONAL
- See Also:
- Constant Field Values
NPI_PRIAVTE
static final byte NPI_PRIAVTE
- See Also:
- Constant Field Values
NPI_ERMES
static final byte NPI_ERMES
- See Also:
- Constant Field Values
NPI_INTERNET
static final byte NPI_INTERNET
- See Also:
- Constant Field Values
NPI_WAP
static final byte NPI_WAP
- See Also:
- Constant Field Values
getAddress
java.lang.String getAddress()
getAddressNpi
int getAddressNpi()
getAddressTon
int getAddressTon()
Copyright © 2010. All Rights Reserved.