SilcIdType
NAME
typedef uint16 SilcIdType;
DESCRIPTION
SILC ID type definitions and the ID types.
SOURCE
typedef uint16 SilcIdType;
/* The SILC ID Types */
#define SILC_ID_NONE 0
#define SILC_ID_SERVER 1
#define SILC_ID_CLIENT 2
#define SILC_ID_CHANNEL 3