Module: Majoron::AntHill::SMPP::NetworkType

Defined in:
lib/smpp_constants.rb

Overview

The network type is used to indicate a network type associated with the destination address of a message.

Constant Summary collapse

UNKNOWN =
0x00
GSM =
0x01
TDMA =
0x02
CDMA =
0x03
PDC =
0x04
PHS =
0x05
IDEN =
0x06
AMPS =
0x07
PAGING =
0x08