IBase#
- interface Itala.GenApi.IBase#
Base interface common to all nodes.
Subclassed by Itala.GenApi.INode, Itala.GenApi.IValue
Properties
- AccessMode AccessMode { get; set; }#
Get the access mode of the node.
- bool IsReadable { get; set; }#
Checks if a node is readable,
- bool IsWritable { get; set; }#
Checks if a node is writable.
- bool IsImplemented { get; set; }#
Checks if a node is implemented.
- bool IsAvailable { get; set; }#
Checks if a node is available.