smpp-codec 0.2.1

A comprehensive SMPP v5 protocol codec for Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/// Alert Notification PDU.
pub mod alert_notification;
/// Bind Request PDU.
pub mod bind_request;
/// Bind Response PDU.
pub mod bind_response;
/// Enquire Link Request PDU.
pub mod enquirelink_request;
/// Enquire Link Response PDU.
pub mod enquirelink_response;
/// Generic NACK PDU.
pub mod generic_nack;
/// Outbind PDU.
pub mod outbind;
/// Unbind PDU.
pub mod unbind;