ParsecGuestState
Guest connection lifecycle states.
Member of ParsecGuest
and passed to ParsecHostGetGuests
.
Values
Name | Value | Description |
---|---|---|
GUEST_WAITING | 0x01 | The guest is currently waiting for the host to allow them via ParsecHostBeginP2P . HOST_DESKTOP only. |
GUEST_CONNECTING | 0x02 | The guest is attempting to make a peer-to-peer connection to the host. |
GUEST_CONNECTED | 0x04 | The guest successfully connected. |
GUEST_DISCONNECTED | 0x08 | The guest disconnected. |
GUEST_FAILED | 0x10 | The guest failed peer-to-peer negotiation. |