|
Python Client
0.0.0.0
Python wrapper for Corelink DLL
|
Classes | |
| class | RecvStream |
Functions | |
| def | recv_callback_json (recv_id, send_id, msg, json_len, msg_len, callback) |
| def | recv_callback (recv_id, send_id, msg, json_len, msg_len, callback) |
Variables | |
| RECV_CALLBACK_TYPE | |
| CALLBACK_TYPE = ctypes.CFUNCTYPE(None,(ctypes.c_int),(ctypes.c_int),ctypes.c_wchar_p) | |
| RECV_CALLBACK_JSON_TYPE | |
| CALLBACK_JSON_TYPE | |
"
@file corelink_recv_stream.py
Handler class for the receiver streams.
A container for the stream id and necessary data to call associated functions.
| def corelink_recv_stream.recv_callback | ( | recv_id, | |
| send_id, | |||
| msg, | |||
| json_len, | |||
| msg_len, | |||
| callback | |||
| ) |
recv call back
Definition at line 45 of file corelink_recv_stream.py.
| def corelink_recv_stream.recv_callback_json | ( | recv_id, | |
| send_id, | |||
| msg, | |||
| json_len, | |||
| msg_len, | |||
| callback | |||
| ) |
Recv callback for Json
Definition at line 33 of file corelink_recv_stream.py.
| corelink_recv_stream.CALLBACK_JSON_TYPE |
Definition at line 27 of file corelink_recv_stream.py.
| corelink_recv_stream.CALLBACK_TYPE = ctypes.CFUNCTYPE(None,(ctypes.c_int),(ctypes.c_int),ctypes.c_wchar_p) |
Definition at line 19 of file corelink_recv_stream.py.
| corelink_recv_stream.RECV_CALLBACK_JSON_TYPE |
Definition at line 21 of file corelink_recv_stream.py.
| corelink_recv_stream.RECV_CALLBACK_TYPE |
Definition at line 13 of file corelink_recv_stream.py.