silcstream.html
SILC Stream Interface Header: silcstream.h
DESCRIPTION
SILC Stream API is a generic representation of a stream. A common API
is defined that can be used to read from and write to the stream. Any
other stream API derived from this API can use this same interface for
reading and writing.
Note that stream implementations usually are not thread-safe. Always
verify whether a stream implementation is thread-safe by checking their
corresponding documentation.
SilcStream
SilcStreamStatus
SilcStreamNotifier
SilcStreamOps
silc_stream_read
silc_stream_write
silc_stream_close
silc_stream_destroy
silc_stream_set_notifier
silc_stream_get_schedule
|