|
ITS
|
#include <per_support.h>
Public Types | |
| enum | asn_per_constraint_flags { APC_UNCONSTRAINED = 0x0, APC_SEMI_CONSTRAINED = 0x1, APC_CONSTRAINED = 0x2, APC_EXTENSIBLE = 0x4 } |
Public Attributes | |
| enum asn_per_constraint_s::asn_per_constraint_flags | flags |
| int | range_bits |
| int | effective_bits |
| long | lower_bound |
| long | upper_bound |
Definition at line 18 of file per_support.h.
| Enumerator | |
|---|---|
| APC_UNCONSTRAINED | |
| APC_SEMI_CONSTRAINED | |
| APC_CONSTRAINED | |
| APC_EXTENSIBLE | |
Definition at line 19 of file per_support.h.
| int asn_per_constraint_s::effective_bits |
Definition at line 26 of file per_support.h.
Referenced by SEQUENCE_OF_encode_uper().
| enum asn_per_constraint_s::asn_per_constraint_flags asn_per_constraint_s::flags |
| long asn_per_constraint_s::lower_bound |
Definition at line 27 of file per_support.h.
Referenced by INTEGER_encode_uper(), and SEQUENCE_OF_encode_uper().
| int asn_per_constraint_s::range_bits |
Definition at line 25 of file per_support.h.
Referenced by INTEGER_encode_uper(), and NativeEnumerated_encode_uper().
| long asn_per_constraint_s::upper_bound |
Definition at line 28 of file per_support.h.
Referenced by INTEGER_encode_uper(), and SEQUENCE_OF_encode_uper().