Click or drag to resize

ModuleDriverCommands Property

Gets the commands module driver supports.

Namespace:  Nexpaq
Assembly:  NexpaqCore (in NexpaqCore.dll) Version: 1.0.6767.24310
Syntax
C#
[JsonPropertyAttribute("commands")]
public List<ModuleDriverCommand> Commands { get; }

Property Value

Type: ListModuleDriverCommand
The commands.
See Also