Parsec

ParsecHostEvent

Generic host event that can represent any event type.

Returned by ParsecHostPollEvents. The application can switch on the type member to see which Event struct should be evaluated. The Event structs are unioned.

Fields

TypeNameDescription
ParsecHostEventTypetypeHost event type.
ParsecGuestStateChangeEventguestStateChangeGuest connection state change event.
ParsecUserDataEventuserDataUser-defined guest message event.