Method Standards.ASN1.Types.make_combined_tag()
- Method make_combined_tag
int make_combined_tag(int cls, int tag)
- Description
Combines tag and class to a single integer, for internal uses.
- Parameter cls
ASN1 type class (0..3).
- Parameter tag
ASN1 type tag (1..).
- Returns
The combined tag.
- See also