MeshLib C++ Docs
Loading...
Searching...
No Matches
MR::Mcp::Server::Params Struct Reference

#include <MRMcp/MRMcp.h>

Public Member Functions

MRMCP_API Params ()

Public Attributes

std::string address = "127.0.0.1"
 You don't need to change this, unless you want to accept connections from the outside world.
int port = 7887
std::string name
 A default string is set in the constructor.
std::string version
 A default string is set in the constructor.

Friends

bool operator== (const Params &, const Params &)=default

Constructor & Destructor Documentation

◆ Params()

MRMCP_API MR::Mcp::Server::Params::Params ( )

◆ operator==

bool operator== ( const Params & ,
const Params &  )
friend

Member Data Documentation

◆ address

std::string MR::Mcp::Server::Params::address = "127.0.0.1"

You don't need to change this, unless you want to accept connections from the outside world.

◆ name

std::string MR::Mcp::Server::Params::name

A default string is set in the constructor.

◆ port

int MR::Mcp::Server::Params::port = 7887

◆ version

std::string MR::Mcp::Server::Params::version

A default string is set in the constructor.


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