SilcStreamStatus

NAME

    typedef enum { ... } SilcStreamStatus;

DESCRIPTION

Stream status. This status is returned into the SilcStreamNotifier callback function to indicate the status of the stream at a given moment.

SOURCE

typedef enum {
  SILC_STREAM_CAN_READ,         /* Data available for reading */
  SILC_STREAM_CAN_WRITE,        /* Stream ready for writing */
} SilcStreamStatus;