|
Monero
|


Public Member Functions | |
| __init__ (self, protocol='tcp', host='127.0.0.1', port=0, idx=0) | |
| sub (self, topic) | |
| recv (self, topic) | |
Public Attributes | |
| host = host | |
| port = port | |
| socket = zmq.Context().socket(zmq.SUB) | |
| framework.zmq.Zmq.__init__ | ( | self, | |
| protocol = 'tcp', | |||
| host = '127.0.0.1', | |||
| port = 0, | |||
| idx = 0 ) |
| framework.zmq.Zmq.recv | ( | self, | |
| topic ) |
| framework.zmq.Zmq.sub | ( | self, | |
| topic ) |
| framework.zmq.Zmq.host = host |
| framework.zmq.Zmq.port = port |
| framework.zmq.Zmq.socket = zmq.Context().socket(zmq.SUB) |