SilcStreamNotifier

SYNOPSIS

    typedef void (*SilcStreamNotifier)(SilcStream stream,
                                       SilcStreamStatus status,
                                       void *context);

DESCRIPTION

A callback of this type is called as stream notifier to notify of a certain action taken over the stream. This is called to notify for example that data is ready for reading, or writing or that end of stream occurred.