Module: Majoron::AntHill::SMPP::PriorityFlag

Defined in:
lib/smpp_constants.rb

Overview

The priority_flag parameter allows the originating SME to assign a priority level to the short message.

Constant Summary collapse

LOWEST =
0x00
LEVEL1 =
0x01
LEVEL2 =
0x02
HIGHEST =
0x03