SILC_ASN1_SHORT_INT
SYNOPSIS
Encoding: SILC_ASN1_SHORT_INT(integer) SILC_ASN1_SHORT_INT_T(opts, tag, integer) Decoding: SILC_ASN1_SHORT_INT(&integer) SILC_ASN1_SHORT_INT_T(opts, tag, &integer);
DESCRIPTION
Macro used to encode or decode short integer (32 bits). The integer type is SilcUInt32.
The `opts' is SilcAsn1Options. The `tag' is a tag number.