Module: Majoron::AntHill::SMPP::SMPPTLVLen

Defined in:
lib/smpp_constants.rb

Overview

TLV len

Constant Summary collapse

ZERO_LEN =

Byte len at TLV field

0
BYTE_LEN =

Byte len at TLV field

1
WORD_LEN =

Word len at TLV field

2
THREE_BYTE_LEN =

Three bytes len at TLV field

3
DWORD_LEN =

Dword len at TLV field

4