spp-rust 0.2.3

An implementation of the CCSDS 133.0-B-2 Recommended Standard
Documentation
1
2
3
4
5
6
7
8
9
#[derive(Debug)]
pub enum SPPError {
    MaxDataSizeExedded,
    MinDataLen,
    APIDLenMismatch(usize),
    SequenceControlLenMismatch,
    SecondaryHeaderNotPresent,
    MandatoryFieldNotPresent,
}