Common Vision Blox OPCUA module for Python. More...
Classes | |
| class | Access |
| Describes the access rights to a node. More... | |
| class | ArgumentType |
| Describes whether an argument of a cvb.opcua.MethodNode is input or output. More... | |
| class | AttributeID |
| Describes the attributes, which can be requested from nodes. More... | |
| class | BaseNode |
| Represents the base class of all other OPCUA nodes. More... | |
| class | BrowseFilter |
| Specifies the parameter of a browse operation on an arbitrary OPCUA node. More... | |
| class | BrowseSubType |
| Defines whether sub-types of cvb.opcua.Node class should be included as part of a browse. More... | |
| class | Client |
| Represents an OPCUA client. More... | |
| class | ConnectionStatus |
| Describes the connection status of a cvb.opcua.Server, a cvb.opcua.Client, or a cvb.opcua.BaseNode. More... | |
| class | DataType |
| Describes the content of a cvb.opcua.VariableNode. More... | |
| class | FloatNode |
| Represents an OPCUA variable node that contains a floating-point number value. More... | |
| class | IntegerNode |
| Represents an OPCUA variable node that contains an integer value. More... | |
| class | MethodNode |
| Represents an OPCUA method node. More... | |
| class | MethodNodeArgument |
| A helper class to manage arguments of a method node. More... | |
| class | Namespace0NodeID |
| A collection of mandatory and common node IDs. More... | |
| class | NodeClass |
| Describes the type of a node. More... | |
| class | NodeID |
| Represents an OPCUA node ID node. More... | |
| class | NodeIDType |
| Describes the representation of a node ID. More... | |
| class | ObjectNode |
| Represents an OPCUA object node. More... | |
| class | ReferenceDirection |
| Describes the direction for a reference. More... | |
| class | ReferenceType |
| Used for defining references between nodes. More... | |
| class | Server |
| Represents an OPCUA server. More... | |
| class | StringNode |
| Represents an OPCUA variable node that contains a string value. More... | |
| class | Subscription |
| Offers a callback mechanism on OPCUA variables. More... | |
| class | VariableNode |
| Represents an OPCUA variable node. More... | |