Enumerations | |
enum | TAccessMode { AM_NI = 0 , AM_NA , AM_RO , AM_WO , AM_RW } |
Access mode of a node. More... | |
enum | TCachingMode { CM_NoCache = 0 , CM_WriteThrough , CM_WriteAround } |
Information on how the nodes cache their values. More... | |
enum | TNodeInfo |
Defines commands to retrieve information about a node. | |
enum | TNodeList |
Definition for functions which list nodes to access. | |
enum | TNodeType |
Type of a node handle object. | |
enum | TNumberRepresentation |
Defines possible representation of a number. | |
enum | TVerifyMode |
Sets the verification mode in a node for readand write access. More... | |
enum | TVisibility |
This is the recommended visibility level. More... | |
enum TAccessMode |
enum TCachingMode |
Information on how the nodes cache their values.
enum TVerifyMode |
Sets the verification mode in a node for readand write access.
If verification is enabledand the written / read value is invalid the get or set function returns an CVC access or parameter error.
enum TVisibility |
This is the recommended visibility level.
UIs can decide whether or not to show certain feature nodes based on their visibility.