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
Type | Name | Description |
---|---|---|
ParsecHostEventType | type | Host event type. |
ParsecGuestStateChangeEvent | guestStateChange | Guest connection state change event. |
ParsecUserDataEvent | userData | User-defined guest message event. |