Static Public Attributes | List of all members
NodeInfo Class Reference

Node information. More...

Inherits object.

Static Public Attributes

int AccessMode = 2
 Gets the access mode of the node. More...
 
int Alias = 26
 Accesses the alias node of this node. More...
 
int CachingMode = 8
 Gets the caching mode. More...
 
int Description = 10
 Gets the long descriptive text. More...
 
int DisplayName = 1
 Gets the display name of the node. More...
 
int EventID = 13
 Gets the event ID if available. More...
 
int Formula = 21
 Formula for swiss knife nodes. More...
 
int ImposedAccessMode = 22
 Accesses the TAccessMode of the node overriding the nodes it depends on. More...
 
int Increment = 5
 Gets the increment. More...
 
int IsAvailable = 24
 Accesses the IInteger node defining whether the node is available. More...
 
int IsImplemented = 23
 Access the IInteger node defining whether the node is implemented. More...
 
int IsLocked = 25
 Accesses the IInteger node defining whether the node is read only. More...
 
int Last = 30
 Node last. More...
 
int Max = 3
 Gets the maximum value. More...
 
int Min = 4
 Gets the minimum value. More...
 
int Name = 0
 Gets the full name of the node. More...
 
int NameSpace = 14
 Gets the node namespace. More...
 
int NumEnumEntries = 6
 Number of enumeration entries for NInfoEnum. More...
 
int OffValue = 20
 Boolean specific: accesses the integer value for false. More...
 
int OnValue = 19
 Boolean specific: accesses the integer value for true. More...
 
int PollingTime = 12
 Gets the polling time in ms. More...
 
int RegisterAddress = 16
 Gets the current address of the register (can change). More...
 
int RegisterLength = 15
 Gets the register nodes length in bytes. More...
 
int Sign = 27
 Accesses the signed or unsigned state of integer registers. More...
 
int Streamable = 7
 Information on the streamability of the node. More...
 
int ToolTip = 9
 Gets the tool tip (short description). More...
 
int Value = 18
 Accesses the value configuration. More...
 
int Visibility = 11
 Gets the visibility level. More...
 

Detailed Description

Node information.

Member Data Documentation

◆ AccessMode

int AccessMode = 2
static

Gets the access mode of the node.

◆ Alias

int Alias = 26
static

Accesses the alias node of this node.

◆ CachingMode

int CachingMode = 8
static

Gets the caching mode.

◆ Description

int Description = 10
static

Gets the long descriptive text.

◆ DisplayName

int DisplayName = 1
static

Gets the display name of the node.

◆ EventID

int EventID = 13
static

Gets the event ID if available.

◆ Formula

int Formula = 21
static

Formula for swiss knife nodes.

◆ ImposedAccessMode

int ImposedAccessMode = 22
static

Accesses the TAccessMode of the node overriding the nodes it depends on.

◆ Increment

int Increment = 5
static

Gets the increment.

◆ IsAvailable

int IsAvailable = 24
static

Accesses the IInteger node defining whether the node is available.

◆ IsImplemented

int IsImplemented = 23
static

Access the IInteger node defining whether the node is implemented.

◆ IsLocked

int IsLocked = 25
static

Accesses the IInteger node defining whether the node is read only.

◆ Last

int Last = 30
static

Node last.

◆ Max

int Max = 3
static

Gets the maximum value.

◆ Min

int Min = 4
static

Gets the minimum value.

◆ Name

int Name = 0
static

Gets the full name of the node.

◆ NameSpace

int NameSpace = 14
static

Gets the node namespace.

◆ NumEnumEntries

int NumEnumEntries = 6
static

Number of enumeration entries for NInfoEnum.

◆ OffValue

int OffValue = 20
static

Boolean specific: accesses the integer value for false.

◆ OnValue

int OnValue = 19
static

Boolean specific: accesses the integer value for true.

Command specific: accesses the integer value for execute.

◆ PollingTime

int PollingTime = 12
static

Gets the polling time in ms.

◆ RegisterAddress

int RegisterAddress = 16
static

Gets the current address of the register (can change).

◆ RegisterLength

int RegisterLength = 15
static

Gets the register nodes length in bytes.

◆ Sign

int Sign = 27
static

Accesses the signed or unsigned state of integer registers.

◆ Streamable

int Streamable = 7
static

Information on the streamability of the node.

◆ ToolTip

int ToolTip = 9
static

Gets the tool tip (short description).

◆ Value

int Value = 18
static

Accesses the value configuration.

◆ Visibility

int Visibility = 11
static

Gets the visibility level.