public interface GenericMessageReceiverListener
ProcessRequestException
if the non-zero valued command_status (in
means negative response) returned.Modifier and Type | Method and Description |
---|---|
DataSmResult |
onAcceptDataSm(DataSm dataSm,
Session source)
Event that called when a data short message accepted.
|
DataSmResult onAcceptDataSm(DataSm dataSm, Session source) throws ProcessRequestException
dataSm
- is the data_sm command.source
- is the session receive the data_sm command.ProcessRequestException
- throw if there should be return non-ok
command_status for the response.