CommandCallbackFunc typedef

CommandCallbackFunc = void Function(int cmd, CommandResult result)

Implementation

typedef void CommandCallbackFunc(int cmd, CommandResult result);