SilcBerEncoding

NAME

    typedef enum { ... } SilcBerEncoding;

DESCRIPTION

Defines the BER encoding type.

SOURCE

typedef enum {
  SILC_BER_ENC_PRIMITIVE         = 0x00,
  SILC_BER_ENC_CONSTRUCTED       = 0x01,
} SilcBerEncoding;