Skip to content

GeneratorAdapterFactory.ExecuteCommand(int, object?)

ExecuteCommand(int, object?)

View source
public Task<object?> ExecuteCommand(int command, object? arg)
A function to execute a control command.

Parameters

commandint
A serial number of the command.
argobject?
An opaque command argument.

Returns

The value returned from the command handler.