1
 2
 3
 4
 5
 6
 7
 8
 9
10
//! Mobile terminated SBD message.
//!
//! This module is undeveloped and unusable, because I've never had the case for sending or
//! receiving MT DirectIP messages. If you have example data that I can test with, please do get in
//! touch.

/// Mobile terminated SBD message.
///
/// This structure is undeveloped, see the module-level documentation for an explanation.
pub struct MobileTerminated;