Public Member Functions | Static Public Member Functions | Public Attributes | Private Member Functions | Private Attributes | Static Private Attributes
opcua.ua.uatypes.Variant Class Reference

List of all members.

Public Member Functions

def __eq__
def __init__
def __ne__
def __str__
def to_binary

Static Public Member Functions

def from_binary

Public Attributes

 Dimensions
 Value
 VariantType

Private Member Functions

def _guess_type

Private Attributes

 _freeze

Static Private Attributes

 __repr__ = __str__

Detailed Description

Create an OPC-UA Variant object.
if no argument a Null Variant is created.
if not variant type is given, attemps to guess type from python type
if a variant is given as value, the new objects becomes a copy of the argument

:ivar Value:
:vartype Value: Any supported type
:ivar VariantType:
:vartype VariantType: VariantType

Definition at line 734 of file uatypes.py.


Constructor & Destructor Documentation

def opcua.ua.uatypes.Variant.__init__ (   self,
  value = None,
  varianttype = None,
  dimensions = None 
)

Definition at line 747 of file uatypes.py.


Member Function Documentation

def opcua.ua.uatypes.Variant.__eq__ (   self,
  other 
)

Definition at line 767 of file uatypes.py.

def opcua.ua.uatypes.Variant.__ne__ (   self,
  other 
)

Definition at line 772 of file uatypes.py.

Definition at line 807 of file uatypes.py.

def opcua.ua.uatypes.Variant._guess_type (   self,
  val 
) [private]

Definition at line 775 of file uatypes.py.

def opcua.ua.uatypes.Variant.from_binary (   data) [static]

Definition at line 829 of file uatypes.py.

Definition at line 811 of file uatypes.py.


Member Data Documentation

Definition at line 809 of file uatypes.py.

Definition at line 747 of file uatypes.py.

Definition at line 747 of file uatypes.py.

Definition at line 747 of file uatypes.py.

Definition at line 747 of file uatypes.py.


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


ros_opcua_impl_python_opcua
Author(s): Denis Štogl , Daniel Draper
autogenerated on Sat Jun 8 2019 18:26:25