ParsecHostStatus
Host runtime status.
Returned by ParsecHostGetStatus
.
Fields
Type | Name | Description |
---|---|---|
ParsecHostMode | mode | The type of host. |
ParsecVDDState | vddState | The current VDD state. |
ParsecHostConfig | cfg | The currently active host configuration. |
uint32_t | numGuests | The number of guests currently in state GUEST_CONNECTED . |
bool | running | The host is currently accepting guests after calling ParsecHostStart . |