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

List of all members.

Public Member Functions

def __eq__
def __init__
def __ne__
def __str__
def check
def is_good
def to_binary

Static Public Member Functions

def from_binary

Public Attributes

 doc
 name
 value

Private Attributes

 _freeze

Static Private Attributes

 __repr__ = __str__

Detailed Description

:ivar value:
:vartype value: int
:ivar name:
:vartype name: string
:ivar doc:
:vartype doc: string

Definition at line 166 of file uatypes.py.


Constructor & Destructor Documentation

def opcua.ua.uatypes.StatusCode.__init__ (   self,
  value = 0 
)

Definition at line 176 of file uatypes.py.


Member Function Documentation

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

Definition at line 217 of file uatypes.py.

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

Definition at line 220 of file uatypes.py.

Definition at line 213 of file uatypes.py.

Raises an exception if the status code is anything else than 0 (good).

Use the is_good() method if you do not want an exception.

Definition at line 194 of file uatypes.py.

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

Definition at line 189 of file uatypes.py.

return True if status is Good.

Definition at line 203 of file uatypes.py.

Definition at line 185 of file uatypes.py.


Member Data Documentation

Definition at line 215 of file uatypes.py.

Definition at line 176 of file uatypes.py.

Definition at line 176 of file uatypes.py.

Definition at line 176 of file uatypes.py.

Definition at line 176 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