![]() |
nRF Connect SDK API 3.3.99
|
| void asn1_dec_sequence | ( | asn1_ctx_t * | ctx, |
| size_t | len, | ||
| void * | data, | ||
| asn1_sequence_func_t | sequence_func ) |
Decode ASN.1 SEQUENCE.
| [in] | ctx | ASN.1 context values. |
| [in] | len | Length of sequence to decode. |
| [in,out] | data | Pointer to application specific values. |
| [in] | sequence_func | Function to be called to handle sequence elements. |