ChannelEvent
Description:
[ CCode ( cprefix = "SPICE_CHANNEL_" , type_id = "spice_channel_event_get_type ()" ) ]
public enum ChannelEvent
Content:
Enum values:
- CLOSED - connection is
closed normally (sent if channel was ready)
- ERROR_AUTH -
authentication error
- ERROR_CONNECT -
connection error
- ERROR_IO - IO error
- ERROR_LINK - error
during link process
- ERROR_TLS - SSL error
- NONE - no event, or
ignored event
- OPENED - connection is
authentified and ready
- SWITCHING -
disconnecting from the current host and connecting to the target host.