HelloBye3::msg Struct Reference

#include <helloBye3.hpp>

Public Attributes

uint64_t ident
 
uint8_t role
 
uint8_t msg
 
uint8_t cookie
 

Static Public Attributes

static constexpr uint8_t ROLE_CLIENT = 0
 
static constexpr uint8_t ROLE_SERVER = 1
 
static constexpr uint8_t MSG_HELLO = 0
 
static constexpr uint8_t MSG_BYE = 1
 

Detailed Description

Definition at line 15 of file helloBye3.hpp.

Member Data Documentation

◆ cookie

uint8_t HelloBye3::msg::cookie

Definition at line 19 of file helloBye3.hpp.

◆ ident

uint64_t HelloBye3::msg::ident

Definition at line 16 of file helloBye3.hpp.

◆ msg

uint8_t HelloBye3::msg::msg

Definition at line 18 of file helloBye3.hpp.

◆ MSG_BYE

constexpr uint8_t HelloBye3::msg::MSG_BYE = 1
static

Definition at line 25 of file helloBye3.hpp.

◆ MSG_HELLO

constexpr uint8_t HelloBye3::msg::MSG_HELLO = 0
static

Definition at line 24 of file helloBye3.hpp.

◆ role

uint8_t HelloBye3::msg::role

Definition at line 17 of file helloBye3.hpp.

◆ ROLE_CLIENT

constexpr uint8_t HelloBye3::msg::ROLE_CLIENT = 0
static

Definition at line 21 of file helloBye3.hpp.

◆ ROLE_SERVER

constexpr uint8_t HelloBye3::msg::ROLE_SERVER = 1
static

Definition at line 22 of file helloBye3.hpp.


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