Module: Majoron::AntHill::SMPP::PrivacyIndicator

Defined in:
lib/smpp_constants.rb

Overview

The privacy indicator indicates the privacy level of the message.

Constant Summary collapse

NOT_RESTRICTED =
0x00
RESTRICTED =
0x01
CONFIDENTIAL =
0x02
SECRET =
0x03