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

◆ __init__()

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

Definition at line 39 of file info_catch_client.py.

Member Function Documentation

◆ close()

def info_catch_client.JSONSocket.close (   self)

Definition at line 49 of file info_catch_client.py.

◆ connect()

def info_catch_client.JSONSocket.connect (   self)

Definition at line 46 of file info_catch_client.py.

◆ recv()

def info_catch_client.JSONSocket.recv (   self)

Definition at line 55 of file info_catch_client.py.

◆ send()

def info_catch_client.JSONSocket.send (   self,
  data 
)

Definition at line 52 of file info_catch_client.py.

Member Data Documentation

◆ _decoder

info_catch_client.JSONSocket._decoder
private

Definition at line 43 of file info_catch_client.py.

◆ _ip_addr

info_catch_client.JSONSocket._ip_addr
private

Definition at line 40 of file info_catch_client.py.

◆ _port

info_catch_client.JSONSocket._port
private

Definition at line 41 of file info_catch_client.py.

◆ _recv_buffer

info_catch_client.JSONSocket._recv_buffer
private

Definition at line 44 of file info_catch_client.py.

◆ _sock

info_catch_client.JSONSocket._sock
private

Definition at line 42 of file info_catch_client.py.

◆ BUFFER_SIZE

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 Mon Feb 28 2022 22:27:24