net.java.slee.resources.smpp.pdu
Interface BroadcastSMResp
- All Superinterfaces:
- PDU, java.io.Serializable, SmppResponse
public interface BroadcastSMResp
- extends SmppResponse
The MC response to a broadcast_sm PDU, indicating the success or failure of
the request. Also included is a MC message_id that can be used in subsequent
operations to query or cancel the message.
- Author:
- amit bhayani
getMessageID
java.lang.String getMessageID()
setMessageID
void setMessageID(java.lang.String messageID)
Copyright © 2011. All Rights Reserved.