UCI_StrikeCommandStatusMessage

UCI_StrikeCommandStatusMessage inherits UCI_Message

Overview

This message holds the status for strike commands.

Note

For all methods, if the uci_interface block is not set, the values return as follows:

  • int: 0

  • bool: false

  • string: empty/null string

  • UCI_*: null

Methods

void CommandUUID()

Returns the UUID of the command.

bool IsAccepted()

Returns true if the command state equals UCI_ACCEPTED, returns false otherwise.

bool IsReceived()

Returns true if the command state equals UCI_RECEIVED, returns false otherwise.

bool IsRejected()

Returns true if the command state equals UCI_REJECTED, returns false otherwise.

bool IsRemoved()

Returns true if the command state equals UCI_REMOVED, returns false otherwise.