Module: Majoron::AntHill::SMPP::DpfResult

Defined in:
lib/smpp_constants.rb

Overview

The dpf result parameter is used in the data_sm_resp PDU to indicate if delivery pending flag (DPF) was set for a delivery failure of the short message.

Constant Summary collapse

DPF_NOT_SET =
0x00
DPF_SET =
0x01