Click or drag to resize

ModuleDriverDataItemVariable Class

Module driver message (data \ response) processing rule.
Inheritance Hierarchy

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

The ModuleDriverDataItemVariable type exposes the following members.

Fields
  NameDescription
Public fieldCalculateFormat
The calculate result or format string as a mathermatical equasion.
Public fieldConvert
Convert source bytes to Integer, Double, UTF8 string or make Integer of two bytes
Public fieldDataSources
The data sources required for this rule.
Public fieldDescription
Human readable description
(Inherited from ModuleDriverField.)
Public fieldFormat
The format string, where {0}, {1}, {2}, etc.. will be replaced with items from DataSources with corresponding indexes.
Public fieldName
Readable name for item, i.e. DoUsefulThing
(Inherited from ModuleDriverField.)
Public fieldStates
The fixed states bytes (FFFF) to be exact string.
Public fieldTitle
Human readable title
(Inherited from ModuleDriverField.)
Top
See Also