Open FFBoard
Open source force feedback firmware
CommandResult Struct Reference

#include <CommandHandler.h>

Public Member Functions

uint32_t size () const
 

Public Attributes

std::vector< CommandReplyreply
 
ParsedCommand originalCommand
 
uint16_t handlerId = 0
 ID of the command handler responding to the command. More...
 
CommandHandlercommandHandler = nullptr
 
CommandStatus type = CommandStatus::NOT_FOUND
 

Detailed Description

Definition at line 99 of file CommandHandler.h.

Member Function Documentation

◆ size()

uint32_t CommandResult::size ( ) const
inline

Definition at line 107 of file CommandHandler.h.

Member Data Documentation

◆ commandHandler

CommandHandler* CommandResult::commandHandler = nullptr

Definition at line 104 of file CommandHandler.h.

◆ handlerId

uint16_t CommandResult::handlerId = 0

ID of the command handler responding to the command.

Definition at line 102 of file CommandHandler.h.

◆ originalCommand

ParsedCommand CommandResult::originalCommand

Definition at line 101 of file CommandHandler.h.

◆ reply

std::vector<CommandReply> CommandResult::reply

Definition at line 100 of file CommandHandler.h.

◆ type

CommandStatus CommandResult::type = CommandStatus::NOT_FOUND

Definition at line 105 of file CommandHandler.h.


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