LibQuicR
Loading...
Searching...
No Matches
quicr::Server::AnnounceResponse Struct Reference

Response to received MOQT Announce message. More...

#include <server.h>

Public Types

enum class  ReasonCode : uint8_t { kOk = 0 , kInternalError }
 

Public Attributes

ReasonCode reason_code
 
std::optional< Bytesreason_phrase
 

Detailed Description

Response to received MOQT Announce message.

Member Enumeration Documentation

◆ ReasonCode

enum class quicr::Server::AnnounceResponse::ReasonCode : uint8_t
strong

kOK indicates that the announce is accepted and OK should be sent. Any other value indicates that the announce is not accepted and the reason code and other fields will be set.

Enumerator
kOk 
kInternalError 

Member Data Documentation

◆ reason_code

ReasonCode quicr::Server::AnnounceResponse::reason_code

◆ reason_phrase

std::optional<Bytes> quicr::Server::AnnounceResponse::reason_phrase

The documentation for this struct was generated from the following file: