WebCFace 2.5.2
Web-based Communication Framework & Dashboard-like UI
Loading...
Searching...
No Matches
SyncInitEnd Struct Reference

serverのバージョン情報(server->client) More...

#include <webcface/common/internal/message/sync.h>

Inheritance diagram for SyncInitEnd:
[legend]
Collaboration diagram for SyncInitEnd:
[legend]

Public Attributes

std::string svr_name
 serverの名前
 
std::string ver
 serverのバージョン
 
unsigned int member_id
 クライアントのmember id
 
std::string hostname
 サーバーのホスト名
 

Static Public Attributes

static constexpr int kind
 

Detailed Description

serverのバージョン情報(server->client)

(ver1.11まで: SvrVersion)

serverはSyncInitを受信してEntryをすべて送信し終わった後にこれを返す

Member Data Documentation

◆ hostname

std::string hostname

サーバーのホスト名

Since
ver2.0

◆ kind

constexpr int kind
staticconstexprinherited

◆ member_id

unsigned int member_id

クライアントのmember id

Since
ver2.0

◆ svr_name

std::string svr_name

serverの名前

このライブラリでは "webcface"

◆ ver

std::string ver

serverのバージョン


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