Python Client
0.0.0.0
Python wrapper for Corelink DLL
|
Go to the source code of this file.
Namespaces | |
corelink_const | |
Functions | |
def | corelink_const.init_state_codes () |
def | corelink_const.init_error_codes () |
def | corelink_const.init_call_back () |
def | corelink_const.init_data_codes () |
def | corelink_const.stream_state_to_bit_index (state) |
def | corelink_const.stream_state_name (state) |
def | corelink_const.error_code_name (error_code) |
def | corelink_const.init_lib () |
Variables | |
corelink_const.DLL_PATH = config.DLL_PATH | |
corelink_const.LIB = None | |
corelink_const.STATE_CODES = dict() | |
corelink_const.ERROR_CODES = dict() | |
corelink_const.DATA_CODES = dict() | |
corelink_const.CALL_BACK = dict() | |