Public Member Functions | Static Public Attributes | Private Attributes | List of all members
info_catch_client.JSONSocket Class Reference
Inheritance diagram for info_catch_client.JSONSocket:
Inheritance graph
[legend]

Public Member Functions

def __init__ (self, ip_addr, port)
 
def close (self)
 
def connect (self)
 
def recv (self)
 
def send (self, data)
 

Static Public Attributes

int BUFFER_SIZE = 4096
 

Private Attributes

 _decoder
 
 _ip_addr
 
 _port
 
 _recv_buffer
 
 _sock
 

Detailed Description

Definition at line 36 of file info_catch_client.py.

Constructor & Destructor Documentation

def info_catch_client.JSONSocket.__init__ (   self,
  ip_addr,
  port 
)

Definition at line 39 of file info_catch_client.py.

Member Function Documentation

def info_catch_client.JSONSocket.close (   self)

Definition at line 49 of file info_catch_client.py.

def info_catch_client.JSONSocket.connect (   self)

Definition at line 46 of file info_catch_client.py.

def info_catch_client.JSONSocket.recv (   self)

Definition at line 55 of file info_catch_client.py.

def info_catch_client.JSONSocket.send (   self,
  data 
)

Definition at line 52 of file info_catch_client.py.

Member Data Documentation

info_catch_client.JSONSocket._decoder
private

Definition at line 43 of file info_catch_client.py.

info_catch_client.JSONSocket._ip_addr
private

Definition at line 40 of file info_catch_client.py.

info_catch_client.JSONSocket._port
private

Definition at line 41 of file info_catch_client.py.

info_catch_client.JSONSocket._recv_buffer
private

Definition at line 44 of file info_catch_client.py.

info_catch_client.JSONSocket._sock
private

Definition at line 42 of file info_catch_client.py.

int info_catch_client.JSONSocket.BUFFER_SIZE = 4096
static

Definition at line 37 of file info_catch_client.py.


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


fsrobo_r_driver
Author(s): F-ROSROBO
autogenerated on Sun Feb 9 2020 03:58:30