Public Member Functions | Static Public Member Functions | Public Attributes | Private Attributes | Static Private Attributes | List of all members
opcua.ua.uatypes.StatusCode Class Reference
Inheritance diagram for opcua.ua.uatypes.StatusCode:
Inheritance graph
[legend]

Public Member Functions

def __eq__ (self, other)
 
def __init__ (self, value=0)
 
def __ne__ (self, other)
 
def __str__ (self)
 
def check (self)
 
def is_good (self)
 
def to_binary (self)
 

Static Public Member Functions

def from_binary (data)
 

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.

def opcua.ua.uatypes.StatusCode.__str__ (   self)

Definition at line 213 of file uatypes.py.

def opcua.ua.uatypes.StatusCode.check (   self)
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.

def opcua.ua.uatypes.StatusCode.is_good (   self)
return True if status is Good.

Definition at line 203 of file uatypes.py.

def opcua.ua.uatypes.StatusCode.to_binary (   self)

Definition at line 185 of file uatypes.py.

Member Data Documentation

opcua.ua.uatypes.StatusCode.__repr__ = __str__
staticprivate

Definition at line 215 of file uatypes.py.

opcua.ua.uatypes.StatusCode._freeze
private

Definition at line 183 of file uatypes.py.

opcua.ua.uatypes.StatusCode.doc

Definition at line 182 of file uatypes.py.

opcua.ua.uatypes.StatusCode.name

Definition at line 178 of file uatypes.py.

opcua.ua.uatypes.StatusCode.value

Definition at line 179 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 Tue Jan 19 2021 03:12:45