Expand description
C-ITS Message Decoding
Provides Rust and wasm functions to decode messages
Functionsยง
- decode
_etsi - Decodes an ASN.1 message with headers. Supported encoding rules are UPER, JER, and XER. JSON and XML strings are expected as UTF-8 slices.
- decode_
from_ jer_ buf _etsiand non-WebAssembly - Decodes some ASN.1 data type from JER buffer
- decode_
from_ jer_ str _etsiand non-WebAssembly - Decodes some ASN.1 data type from JER string
- decode_
from_ uper _etsiand non-WebAssembly - Decodes some ASN.1 data type from UPER buffer
- decode_
from_ xer_ buf _etsiand non-WebAssembly - Decodes some ASN.1 data type from XER buffer
- decode_
from_ xer_ str _etsiand non-WebAssembly - Decodes some ASN.1 data type from XER string
- decode_
gn_ btp_ headers transport - Decodes the GeoNetworking and BTP headers and returns the remaining data