Python Client  0.0.0.0
Python wrapper for Corelink DLL
corelink_recv_stream.py File Reference

Go to the source code of this file.

Classes

class  corelink_recv_stream.RecvStream
 

Namespaces

 

Functions

def corelink_recv_stream.recv_callback_json (recv_id, send_id, msg, json_len, msg_len, callback)
 
def corelink_recv_stream.recv_callback (recv_id, send_id, msg, json_len, msg_len, callback)
 

Variables

 corelink_recv_stream.RECV_CALLBACK_TYPE
 
 corelink_recv_stream.CALLBACK_TYPE = ctypes.CFUNCTYPE(None,(ctypes.c_int),(ctypes.c_int),ctypes.c_wchar_p)
 
 corelink_recv_stream.RECV_CALLBACK_JSON_TYPE
 
 corelink_recv_stream.CALLBACK_JSON_TYPE