Class CommandInfoRepository
Holds the information about all commands specified by the JSON wire protocol.
public class CommandInfoRepository
- Inheritance
-
CommandInfoRepository
- Inherited Members
Properties
Instance
Gets the singleton instance of the CommandInfoRepository.
public static CommandInfoRepository Instance { get; }
Property Value
Methods
GetCommandInfo(string)
Gets the CommandInfo for a DriverCommand.
public CommandInfo GetCommandInfo(string commandName)
Parameters
commandName
stringThe DriverCommand for which to get the information.
Returns
- CommandInfo
The CommandInfo for the specified command.