ItalaApiNET  1.3.3
Public Member Functions | Properties | List of all members
Itala.GenApi.IValue Interface Reference

Interface for value properties. More...

Inheritance diagram for Itala.GenApi.IValue:
Itala.GenApi.IBase Itala.GenApi.IBoolean Itala.GenApi.ICategory Itala.GenApi.ICommand Itala.GenApi.IEnumEntry Itala.GenApi.IEnumeration Itala.GenApi.IFloat Itala.GenApi.IInteger Itala.GenApi.IRegister Itala.GenApi.IString

Public Member Functions

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...
 

Properties

bool IsValueCacheValid [get]
 Checks if the value comes from cache or is requested from another node. More...
 
- Properties inherited from Itala.GenApi.IBase
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...
 

Detailed Description

Interface for value properties.

Member Function Documentation

◆ GetNode()

INode Itala.GenApi.IValue.GetNode ( )

INode interface of the node.

Returns
Reference to the node with INode interface.

◆ FromString()

void Itala.GenApi.IValue.FromString ( string  value)

Set content of the node as string.

Parameters
valueThe value to set.

◆ ToString()

string Itala.GenApi.IValue.ToString ( )

Get content of the node as string.

Returns
Content of the node.

Property Documentation

◆ IsValueCacheValid

bool Itala.GenApi.IValue.IsValueCacheValid
get

Checks if the value comes from cache or is requested from another node.


The documentation for this interface was generated from the following file: