Module rusmpp::types

source ·
Expand description

Core SMPP types.

Re-exports§

Modules§

  • Length and Encode implementation for Option
  • An unsigned integer value, which can be 1, 2 or 4 octets in size. The octets are always encoded in Most Significant Byte (MSB) first order, otherwise known as Big Endian Encoding.
  • An unsigned integer value, which can be 1, 2 or 4 octets in size. The octets are always encoded in Most Significant Byte (MSB) first order, otherwise known as Big Endian Encoding.
  • An unsigned integer value, which can be 1, 2 or 4 octets in size. The octets are always encoded in Most Significant Byte (MSB) first order, otherwise known as Big Endian Encoding.
  • Length, Encode and DecodeWithLength implementation for Vec