Package rocon_hub_client :: Module hub_client :: Class Hub
[frames] | no frames]

Class Hub

source code

object --+
         |
        Hub

Instance Methods
 
__init__(self, ip, port, whitelist=[], blacklist=[])
x.__init__(...) initializes x; see help(type(x)) for signature
source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties

Inherited from object: __class__

Method Details

__init__(self, ip, port, whitelist=[], blacklist=[])
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Parameters:
  • remote_gateway_request_callbacks - to handle redis responses @type list of function pointers (back to GatewaySync class
  • ip - redis server ip
  • port - redis server port

    @raise HubNameNotFoundError, HubNotFoundError

Overrides: object.__init__