Click or drag to resize

ModuleDriverCommand Class

Module driver command.
Inheritance Hierarchy

Namespace:  Nexpaq
Assembly:  NexpaqCore (in NexpaqCore.dll) Version: 1.0.6767.24310
Syntax
C#
public class ModuleDriverCommand : ModuleDriverField

The ModuleDriverCommand type exposes the following members.

Fields
  NameDescription
Public fieldArguments
The arguments of this command.
Public fieldCommand
Two bytes id to identify command
Public fieldDataRules
Rules to generate data from arguments
Public fieldDescription
Human readable description
(Inherited from ModuleDriverField.)
Public fieldExport
Defines if the command of module publically available for binding with events
Public fieldName
Readable name for item, i.e. DoUsefulThing
(Inherited from ModuleDriverField.)
Public fieldTitle
Human readable title
(Inherited from ModuleDriverField.)
Top
See Also