ItalaApiNET  1.3.3
Properties | List of all members
Itala.GenApi.IBase Interface Reference

Base interface common to all nodes. More...

Inheritance diagram for Itala.GenApi.IBase:
Itala.GenApi.INode Itala.GenApi.IValue 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

Properties

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

Base interface common to all nodes.

Property Documentation

◆ AccessMode

AccessMode Itala.GenApi.IBase.AccessMode
get

Get the access mode of the node.

◆ IsReadable

bool Itala.GenApi.IBase.IsReadable
get

Checks if a node is readable,

◆ IsWritable

bool Itala.GenApi.IBase.IsWritable
get

Checks if a node is writable.

◆ IsImplemented

bool Itala.GenApi.IBase.IsImplemented
get

Checks if a node is implemented.

◆ IsAvailable

bool Itala.GenApi.IBase.IsAvailable
get

Checks if a node is available.


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