nRF Connect SDK API 2.8.99
Loading...
Searching...
No Matches

◆ asn1_dec_sequence()

void asn1_dec_sequence ( asn1_ctx_t * ctx,
size_t len,
void * data,
asn1_sequence_func_t sequence_func )

Decode ASN.1 SEQUENCE.

Parameters
[in]ctxASN.1 context values.
[in]lenLength of sequence to decode.
[in,out]dataPointer to application specific values.
[in]sequence_funcFunction to be called to handle sequence elements.