Public Member Functions | Public Attributes
opcua.common.utils.SocketWrapper Class Reference

List of all members.

Public Member Functions

def __init__
def read
def write

Public Attributes

 socket

Detailed Description

wrapper to make it possible to have same api for
normal sockets, socket from asyncio, StringIO, etc....

Definition at line 88 of file utils.py.


Constructor & Destructor Documentation

def opcua.common.utils.SocketWrapper.__init__ (   self,
  sock 
)

Definition at line 94 of file utils.py.


Member Function Documentation

def opcua.common.utils.SocketWrapper.read (   self,
  size 
)
Receive up to size bytes from socket

Definition at line 97 of file utils.py.

def opcua.common.utils.SocketWrapper.write (   self,
  data 
)

Definition at line 113 of file utils.py.


Member Data Documentation

Definition at line 94 of file utils.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:24