Module: Majoron::AntHill::SMPP::InterfaceVersion

Defined in:
lib/smpp_constants.rb

Overview

This parameter is used to indicate the version of the SMPP protocol.

Constant Summary collapse

SMPP_VER_0_0 =

Indicates that the ESME supports version 3.3 or earlier of the SMPPprotocol.

0x00
SMPP_VER_3_3 =

Indicates that the ESME supports version 3.3 or earlier of the SMPPprotocol.

0x33
SMPP_VER_3_4 =

Indicates that the ESME is supporting SMPP version 3.4.

0x34
SMPP_VER_5_0 =

Indicates that the ESME is supporting SMPP version 5.0.

0x50