Interface for enumeration nodes managed by GenApi.
More...
Interface for enumeration nodes managed by GenApi.
◆ GetSymbolics()
List<string> Itala.GenApi.IEnumeration.GetSymbolics |
( |
| ) |
|
Get the symbolic in the enumeratinon Node.
- Returns
- List of string containing the symbolics value of the node
◆ GetEnumEntries()
List<IEnumEntry> Itala.GenApi.IEnumeration.GetEnumEntries |
( |
| ) |
|
Get the enem entry in the enumeratinon Node.
- Returns
- List of IEnumEntry retrived.
◆ GetEntryByName()
IEnumEntry Itala.GenApi.IEnumeration.GetEntryByName |
( |
string |
name | ) |
|
Get the entry by name of the enumeration Node.
- Parameters
-
name | Name of the entry to retrive. |
- Returns
- Rerefence to IEnumEntry retrived by name.
◆ GetEntryByIntValue()
IEnumEntry Itala.GenApi.IEnumeration.GetEntryByIntValue |
( |
Int64 |
value | ) |
|
Get the enem entry in the enumeratinon Node.
- Parameters
-
value | >Int value of the entry to retrive. |
- Returns
- Rerefence to IEnumEntry retrived by value.
◆ IntValue
Int64 Itala.GenApi.IEnumeration.IntValue |
|
getset |
Value of the Node by integer.
◆ CurrentEntry
Current enem entry in the enumeratinon Node.
The documentation for this interface was generated from the following file:
- /builds/randd/itala-sdk/projects/itala-api-net/source/Interfaces.cs