AnCH Framework 0.1
Another C++ Hack Framework
 
Loading...
Searching...
No Matches
anch::ut::CommandMessage Struct Reference

Command message. More...

#include <socketServerRunner.hpp>

+ Collaboration diagram for anch::ut::CommandMessage:

Public Attributes

CommandAction action
 
std::optional< std::vector< std::string > > arg
 

Detailed Description

Command message.

Messages are formatted with anch::json

Member Data Documentation

◆ action

CommandAction anch::ut::CommandMessage::action

Action (required)

◆ arg

std::optional<std::vector<std::string> > anch::ut::CommandMessage::arg

Command arguments


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