|
Python Client
0.0.0.0
Python wrapper for Corelink DLL
|
Public Member Functions | |
| def | __init__ (self, arg) |
| def | update (self, msg, code) |
Static Public Member Functions | |
| def | get_dll_exception (error_id_ctypes) |
Public Attributes | |
| msg | |
| code | |
| error_msg | |
Gets the error message for the corresponding error ID.
@param error_id id returned by call to the dll.
@exception Throws a CorelinkException for the error_id if error_id != 0.
Definition at line 8 of file corelink_exception.py.
| def corelink_exception.CorelinkException.__init__ | ( | self, | |
| arg | |||
| ) |
Definition at line 14 of file corelink_exception.py.
|
static |
Handle DLL Exception
Definition at line 29 of file corelink_exception.py.
| def corelink_exception.CorelinkException.update | ( | self, | |
| msg, | |||
| code | |||
| ) |
Update the Parameters
Definition at line 21 of file corelink_exception.py.
| corelink_exception.CorelinkException.code |
Definition at line 26 of file corelink_exception.py.
| corelink_exception.CorelinkException.error_msg |
Definition at line 27 of file corelink_exception.py.
| corelink_exception.CorelinkException.msg |
Definition at line 25 of file corelink_exception.py.