enum asn_tagging_type

Overview

ASN.1 tagging type More…

#include <asn_impl.h>

enum asn_tagging_type {
    AUTOMATIC,
    IMPLICIT,
    EXPLICIT,
};

Detailed Documentation

ASN.1 tagging type

Enum Values

AUTOMATIC

Tags are assigned automatically

IMPLICIT

Tag is not inserted for this value

EXPLICIT

Tag is explicitly specified