ASN1C C/C++ Common Runtime  ASN1C v7.3.x
Public Attributes | List of all members
ASN1SeqOfOctStr Struct Reference

#include <asn1type.h>

Public Attributes

OSUINT32 n
 
OSDynOctStr * elem
 

Detailed Description

A generic SEQUENCE OF dynamic OCTET STRING.

This structure is used to hold a sequence of octet strings. The elements are pointers-to-OSDynOctStr.

Member Data Documentation

◆ elem

OSDynOctStr* ASN1SeqOfOctStr::elem

A pointer-to-OSDynOctStr that contains the elements.

◆ n

OSUINT32 ASN1SeqOfOctStr::n

The number of elements.


The documentation for this struct was generated from the following file: