ItalaApiNET
1.3.3
|
Interface for enum entry nodes managed by GenApi. More...
Properties | |
Int64 | Value [get] |
Integer value of the enum entry. More... | |
string | SymbolicValue [get] |
Symbolic value of the enum entry. More... | |
double | NumericValue [get] |
Numerical value of the enum entry. More... | |
bool | IsSelfClearing [get] |
Get the self clearing property of the enum entry. More... | |
![]() | |
bool | IsValueCacheValid [get] |
Checks if the value comes from cache or is requested from another node. More... | |
![]() | |
AccessMode | AccessMode [get] |
Get the access mode of the node. More... | |
bool | IsReadable [get] |
Checks if a node is readable, More... | |
bool | IsWritable [get] |
Checks if a node is writable. More... | |
bool | IsImplemented [get] |
Checks if a node is implemented. More... | |
bool | IsAvailable [get] |
Checks if a node is available. More... | |
Additional Inherited Members | |
![]() | |
INode | GetNode () |
INode interface of the node. More... | |
void | FromString (string value) |
Set content of the node as string. More... | |
string | ToString () |
Get content of the node as string. More... | |
Interface for enum entry nodes managed by GenApi.
|
get |
Integer value of the enum entry.
|
get |
Symbolic value of the enum entry.
|
get |
Numerical value of the enum entry.
|
get |
Get the self clearing property of the enum entry.