Parse and dispatch the specified complete message.

Synopsis

Declared in <balb_controlmanager.h>

int
dispatchMessage(std::string_view const& message) const;

Description

Return 0 on success, and a non‐zero value otherwise; in particular return non‐zero if no registered callback could be found for the case‐insensitive prefix in message and no default handler is installed.

Return Value

0 on success, or a non‐zero value otherwise

Parameters

Name

Description

message

complete control message to parse and dispatch

Created with MrDocs