ASN1C C/C++ Common Runtime
ASN1C v7.2.x
|
#include <asn1type.h>
Public Attributes | |
OSUINT32 | n |
OSDynOctStr * | elem |
A generic SEQUENCE OF dynamic OCTET STRING.
This structure is used to hold a sequence of octet strings. The elements are pointers-to-OSDynOctStr.
OSDynOctStr* ASN1SeqOfOctStr::elem |
A pointer-to-OSDynOctStr that contains the elements.
OSUINT32 ASN1SeqOfOctStr::n |
The number of elements.