pub fn decode_gn_btp_headers(
input: &[u8],
) -> Result<(&[u8], Box<TransportHeader>, Packet<'_>), String>Available on crate feature
transport only.Expand description
Decodes the GeoNetworking and BTP headers and returns the remaining data
ยงErrors
Returns human-readable error descriptions when decoding failed