SILC Core Library
    SILC Auth API
    SILC Channel API
    SILC Command API
    SILC ID API
    SILC ID Cache API
    SILC Modes
    SILC Notify API
    SILC Packet API
    SILC Payload API
    SILC Private API
SILC Math Library
    SILC Math API
    SILC MP API
SILC SFTP Library
    SILC SFTP API
    SILC SFTP Filesystems
SILC Utility Library
    SILC Buffer API
    SILC Buffer Format API
    SILC Buffer Utility API
    SILC Hash Table API
    SILC Log and Debug API
    SILC Memory API
    SILC Mutex API
    SILC Thread API
    SILC Net API
    SILC Schedule API
    SILC Socket Connection API
    SILC Protocol API
    SILC Util API
    SILC Zip API
    SILC List API
    SILC Dynamic List API
SILC Key Exchange Library
    SILC SKE API
    SILC SKE Status
SILC Client Library
    SILC Client API
SILC Crypto Library
    SILC Cipher API
    SILC Hash API
    SILC HMAC API
    SILC PKCS API
    SILC RNG API
SilcNotifyType

NAME
 
    typedef uint16 SilcNotifyType;

DESCRIPTION

    The notify type definition and all of the notify types.

SOURCE
    typedef uint16 SilcNotifyType;
    
    /* SILC notify types. Server may send these notify types to client to
       notify of some action. */
    #define SILC_NOTIFY_TYPE_NONE            0  /* no specific type */
    #define SILC_NOTIFY_TYPE_INVITE          1  /* invites/invite list change */
    #define SILC_NOTIFY_TYPE_JOIN            2  /* "has joined channel" */
    #define SILC_NOTIFY_TYPE_LEAVE           3  /* "has left channel" */
    #define SILC_NOTIFY_TYPE_SIGNOFF         4  /* "signoff" */
    #define SILC_NOTIFY_TYPE_TOPIC_SET       5  /* "topic has been changed" */
    #define SILC_NOTIFY_TYPE_NICK_CHANGE     6  /* "has changed nickname" */
    #define SILC_NOTIFY_TYPE_CMODE_CHANGE    7  /* "has changed channel mode" */
    #define SILC_NOTIFY_TYPE_CUMODE_CHANGE   8  /* "has change mode" */
    #define SILC_NOTIFY_TYPE_MOTD            9  /* message of the day */
    #define SILC_NOTIFY_TYPE_CHANNEL_CHANGE  10 /* Channel's ID has changed */
    #define SILC_NOTIFY_TYPE_SERVER_SIGNOFF  11 /* Server quitting SILC */
    #define SILC_NOTIFY_TYPE_KICKED          12 /* Kicked from channel */
    #define SILC_NOTIFY_TYPE_KILLED          13 /* Killed from the network */
    #define SILC_NOTIFY_TYPE_UMODE_CHANGE    14 /* user mode was changed */
    #define SILC_NOTIFY_TYPE_BAN             15 /* ban list change */
>> SilcNotifyAPI
>> SilcNotifyPayload
>> SilcNotifyType
>> silc_notify_payload_parse
>> silc_notify_payload_encode
>> silc_notify_payload_encode_args
>> silc_notify_payload_free
>> silc_notify_get_type
>> silc_notify_get_arg_num
>> silc_notify_get_args