Enum MessageFlags
Defined in File MessageFlags.h
Enum Documentation
-
enum Microsoft::XboxStudios::Bifrost::MessageFlags
Flags that represent any type of Bifrost message sent at the start of each packet.
Values:
-
enumerator None
A value indicating no flags.
-
enumerator IsRequest
A value indicating whether the message is a request or not.
-
enumerator IsResponse
A value indicating whether the message is a response or not.
-
enumerator IsEvent
A value indicating whether the message is an event or not.
-
enumerator IsFinalChunk
A value indicating whether the response payload is the final chunk or not.
-
enumerator PayloadContainErrorData
A value indicating whether the payload contains an error message.
-
enumerator None